positionAt abstract method

Vector3 positionAt(
  1. double t
)

The point on the curve at natural parameter t (clamped to 0..1).

Implementation

Vector3 positionAt(double t);