ClipperMinkowskiSum(Path64, Path64, Boolean) Method |
Returns 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 MinkowskiSum(
Path64 pattern,
Path64 path,
bool isClosed
)
Parameters
- pattern Path64
- The pattern path.
- path Path64
- The base path.
- isClosed Boolean
- if the base path is closed; otherwise, .
Return Value
Paths64The Minkowski sum.
See Also