Namespace Fusee.Structures
Classes
GridCellD<O>
The cell of a GridD<P>.
GridCellF<O>
The cell of a GridF<P>.
GridD<P>
A data structure that represents a three dimensional grid.
GridF<P>
A data structure that represents a three dimensional grid.
OctantD<P>
Double-precision Octant implementation.
OctantF<P>
Single-precision Octant implementation.
OctreeD<P>
Tree data structure in which each internal node has up to eight children. Octrees are most often used to partition a three-dimensional space by recursively subdividing it into eight octants.
OctreeF<P>
Tree data structure in which each internal node has up to eight children. Octrees are most often used to partition a three-dimensional space by recursively subdividing it into eight octants.
Interfaces
IBucket<T, K>
Interface for implementing a node for use in an Grid-like structure.
IEmptyOctant<T, K>
Interface for implementing an octant (1/8 of a cube and node in an Octree).
IOctant<T, K, P>
Interface for implementing an octant (1/8 of a cube and node in an Octree).