Class CubicOctant<T>

A cubic octant.

Type Parameters

  • T

    The type of the data.

Hierarchy

  • CubicOctant

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

children: null | Node[]

The children of this node.

data: null | T

The data.

min: Vector3

The lower bounds of this node.

size: number

The size of this octant.

Accessors

Methods

Generated using TypeDoc