PointData<T> constructor

PointData<T>(
  1. Point<num> point,
  2. T data
)

Implementation

PointData(this.point, this.data);