fj_kernel/geometry/
mod.rs

1//! Types that are tied to objects, but aren't objects themselves
2
3pub mod curve;
4pub mod surface;