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

    Class Octant<T>

    An octant.

    Type Parameters

    • T = unknown

      The type of the data.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    children: Octant<T>[] | null

    The children of this node.

    data: T | null

    The data.

    max: Vector3

    The upper bounds of the node.

    min: Vector3

    The lower bounds of this node.

    Methods

    • Splits this octant into eight smaller ones.

      Returns void