Type Definition eightfold::VoxelPoint

source · []
pub type VoxelPoint<Idx> = Point3<Idx>;
Expand description

The coordinates of a voxel within an octree’s voxel grid.