Class PointContainer<T>

A container for a single point and its data.

Type Parameters

  • T

    The type of the data.

Hierarchy

Implements

Constructors

Properties

Constructors

Properties

data: null | T

The data.

distance: number

A contextual distance to another reference point.

  • (Nearest) point search: Distance to the search point or center.
  • Raycasting: Distance to the origin of the ray.
point: null | Vector3

The point.

Generated using TypeDoc