Class IntermediateOctant<T>

An octant that stores information about the existence of child octants.

Type Parameters

  • T

    The type of the octant data.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

children: number

An 8-bit mask that indicates the existence of the eight potential children.

The order of the children follows the octant layout from sparse-octree:

   3____7
 2/___6/|
 | 1__|_5
 0/___4/
data: null | T