Skip to main content

geop_core_topology/contains/
mod.rs

1//! Topological containment queries: "is this point inside this face/shell?"
2//! — distinct from `crate::contains`, which tests raw-geometry ("does this
3//! 3-D point lie on this NURBS surface/curve") without any awareness of
4//! trimming loops or topology.
5
6pub mod face;
7pub mod rng;
8pub mod shell;