LinearRange2D

constructor(start: LinearRange1D<T>, end: LinearRange1D<T>)(source)

Parameters

T

The type of the values being interpolated, constrained by the LinearType interface.