ClipperTrimCollinear(Path64, Boolean) Method |
Removes collinear vertices from an integer path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 TrimCollinear(
Path64 path,
bool isOpen = false
)
Parameters
- path Path64
- The path to trim.
- isOpen Boolean (Optional)
- if the path is open; otherwise, .
Return Value
Path64The trimmed path.
See Also