ClipperStripNearDuplicates Method |
Removes near-duplicate points from a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD StripNearDuplicates(
PathD path,
double minEdgeLenSqrd,
bool isClosedPath
)
Parameters
- path PathD
- The path to clean.
- minEdgeLenSqrd Double
- The squared minimum edge length.
- isClosedPath Boolean
- if the path is closed; otherwise, .
Return Value
PathDThe cleaned path.
See Also