get Second Derivative
This returns the second derivative on the BezierCurve that is specified by the parametric t value. This is returned as a Vector, and this Vector is the acceleration on the BezierCurve.
Return
this returns the second derivative requested.
Parameters
t
this is the t value of the parametric curve. t is clamped to be between 0 and 1 inclusive.