MinkowskiSum(Path64, Path64, Boolean) Method |
Calculates the Minkowski sum of two integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 Sum(
Path64 pattern,
Path64 path,
bool isClosed
)
Parameters
- pattern Path64
- The pattern path.
- path Path64
- The path to which the pattern is applied.
- isClosed Boolean
- If set to , the input path is treated as closed.
Return Value
Paths64The resulting integer paths.
See Also