ClipperMinkowskiDiff(PathD, PathD, Boolean) Method |
Returns the Minkowski difference of two floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD MinkowskiDiff(
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 difference.
See Also