Class Octant<T>

An octant.

Type Parameters

  • T

    The type of the data.

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

Properties

children: null | Node[]

The children of this node.

data: null | T

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

Generated using TypeDoc