double transform(double t)

Returns the value of the curve at point t.

The value of t must be between 0.0 and 1.0, inclusive.

Source

double transform(double t);