getApproxSecondDerivative

This returns the zero Vector, but it's here so I can override the method in the BezierCurve class.

Return

this returns the approximated second derivative, which is the zero Vector.

Parameters

t

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