Type Definition tpntree::tpntree::Tree3D

source ·
pub type Tree3D<T = [f64; 3]> = SpatialTree<T, 3>;
Expand description

A helper type to specify a tree working with 3D data.