sparse-octree - v7.2.0
    Preparing search index...

    Class CubicOctant<T>

    A cubic octant.

    Type Parameters

    • T = unknown

      The type of the data.

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    children: CubicOctant<T>[] | null

    The children of this node.

    data: T | null

    The data.

    min: Vector3

    The lower bounds of this node.

    size: number

    The size of this octant.

    Accessors

    Methods