Responsive

constructor(vararg points: OpticalSizePoint<T>)

Creates a responsive value from ordered points.

Throws

if fewer than two points are provided or their dimensions are not strictly increasing.


constructor(points: Collection<OpticalSizePoint<T>>)

Creates a responsive value from a collection of ordered points.

Throws

if fewer than two points are provided or their dimensions are not strictly increasing.