Crate cavalier_contours

Source
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.