Module lodtree::coords[][src]

Expand description

Contains coordinate structs, QuadVec for quadtrees, and OctVec for octrees, as well as their LodVec implementation

Structs

A Lod Vector for use in an octree It subdivides into 8 children of equal size

A Lod Vector for use in a quadtree It subdivides into 4 children of equal size