MinkowskiDiff(PathD, PathD, Boolean, Int32) Method |
Calculates 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 Diff(
PathD pattern,
PathD path,
bool isClosed,
int decimalPlaces = 2
)
Parameters
- pattern PathD
- The pattern path.
- path PathD
- The path from which the pattern is subtracted.
- isClosed Boolean
- If set to , the input path is treated as closed.
- decimalPlaces Int32 (Optional)
- The number of decimal places used during internal scaling.
Return Value
PathsDThe resulting floating-point paths.
See Also