pointAt abstract method

Vector2 pointAt(
  1. double t
)

Returns the point along the curve at the parameter value t.

Implementation

Vector2 pointAt(double t);