Expand description
§Polyline Split
polysplit
crate implements the algorithm allowing to split polylines
into segments by the defined list of points not necessary belonging to the polyline.
Modules§
Structs§
- Distance
ToSegment Result - DistanceToSegmentResult presents the projection results of the point to the segment.
- Poly
Split Error
Enums§
- CutRatio
Result - CutRatioResult presents the closest projection of the point to the segment.
- Poly
Split Error Kind
Traits§
- Poly
Split - PolySplit defines methods for types that can be used in polyline_split method.
Functions§
- polyline_
split - Splits polyline into segments by the defined list of points.