getPoint

public Point getPoint(double t)

This returns the Point on the Bezier line that is specified by the parametric t value.

Return

this returns the Point requested.

Parameters

t

this is the t value of the parametric line. t is clamped to be between 0 and 1 inclusive.