transform abstract method

T transform(
  1. double t
)

Returns the value of the object at point t.

The value of t is nominally a fraction in the range 0.0 to 1.0, though in practice it may extend outside this range.

See also:

Implementation

T transform(double t);