linear-octree - v0.3.2
    Preparing search index...

    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 Summary)

    Index

    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: T | null

    The data.