Skip to main content

geop_core_geometry/
lib.rs

1mod aabb;
2pub mod contains;
3mod fat_axis;
4mod fat_line;
5pub mod intersection;
6mod knot_insertion;
7pub mod nurb_curve;
8pub mod nurb_surface;
9pub mod shape;