ClipperTrimCollinear(PathD, Int32, Boolean) Method |
Removes collinear vertices from a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD TrimCollinear(
PathD path,
int precision,
bool isOpen = false
)
Parameters
- path PathD
- The path to trim.
- precision Int32
- The decimal precision used for conversion during trimming.
- isOpen Boolean (Optional)
- if the path is open; otherwise, .
Return Value
PathDThe trimmed path.
See Also