Interface Node

A tree node.

Hierarchy

Implemented by

Properties

Methods

Properties

children?: null | Node[]

The children of this node.

max: Vector3

The upper bounds of the node.

min: Vector3

The lower bounds of this node.

Methods

  • Calculates the center of this node.

    Parameters

    • result: Vector3

      A vector to store the result in.

    Returns Vector3

    A vector that describes the center of this node.

  • Calculates the size of this node.

    Parameters

    • result: Vector3

      A vector to store the result in.

    Returns Vector3

    A vector that describes the size of this node.

Generated using TypeDoc