Struct rust_3d::oc_tree::OcTree
[−]
[src]
pub struct OcTree<P> where P: IsEditable3D + IsBuildable3D { pub root: Option<OcNode<P>>, pub min: P, pub max: P, }
Fields
root: Option<OcNode<P>>
min: P
max: P