transformInternal method

  1. @protected
T transformInternal(
  1. double t
)

Returns the value of the curve at point t.

The given parametric value t will be between 0.0 and 1.0, inclusive.

Implementation

@protected
T transformInternal(double t) {
  throw UnimplementedError();
}