SimplexRange2D

constructor(x0: T, x1: T, x2: T)(source)

Parameters

T

The type parameter constrained to types that implement LinearType<T>, enabling operations such as addition, multiplication, and scalar interpolation.