get Point
This returns the point on the BezierPoint that is specified by the parametric t value. Since this is a Point, this just returns the one control point's position.
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.