ClipperSimplifyPaths(Paths64, Double, Boolean) Method |
Simplifies integer paths by removing redundant vertices.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 SimplifyPaths(
Paths64 paths,
double epsilon,
bool isClosedPaths = true
)
Parameters
- paths Paths64
- The paths to simplify.
- epsilon Double
- The simplification tolerance.
- isClosedPaths Boolean (Optional)
- if the paths are closed; otherwise, .
Return Value
Paths64The simplified paths.
See Also