Skip to main content

geop_cad_base/
lib.rs

1//! What an interactive CAD editor needs from the kernel beyond building
2//! parts (which `geop_ops_parts` does): picking entities in the viewport.
3
4pub mod pick;