//! [Octrees](crate::Octree) with a defined relation to a 3D space.
pub use *;
use ;
pub use Real;
use crate::;
/// A point within an octree volume
pub type WorldPoint = ;
/// A vector within an octree volume
pub type WorldVector = ;
/// An [Octree] with an associated injective transformation such that each node represents a volume in 3D space unique among nodes at the same depth.