ClipperMinkowskiSum(PathD, PathD, Boolean) Method |
Returns the Minkowski sum of two floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD MinkowskiSum(
PathD pattern,
PathD path,
bool isClosed
)
Parameters
- pattern PathD
- The pattern path.
- path PathD
- The base path.
- isClosed Boolean
- if the base path is closed; otherwise, .
Return Value
PathsDThe Minkowski sum.
See Also