Expand description
2D geometry polyline/shape library for offsetting, combining, computing areas, path lengths, winding numbers, etc.
Re-exports§
pub use static_aabb2d_index;
Modules§
- core
- Core module has common/shared math, traits, and utility modules.
- polyline
- This module has all the types and functions associated with polylines, polyline vertexes, and polyline segments.
- shape_
algorithms
Macros§
- assert_
fuzzy_ eq - Macro used for fuzzy equal assertions.
- pline_
closed - Construct a closed polyline with the vertexes given as a list of (x, y, bulge) tuples.
- pline_
open - Construct a open polyline with the vertexes given as a list of (x, y, bulge) tuples.