Class PointData<T>

A collection of many points and associated data entries.

Type Parameters

  • T

    The type of the data.

Hierarchy

  • PointData

Constructors

Properties

Methods

Constructors

Properties

data: T[]

The data entries.

points: Vector3[]

The points.

Methods

  • Collects points that intersect with the given ray.

    Parameters

    Returns void

Generated using TypeDoc