getSecondDerivative

public Vector getSecondDerivative(double t)

This returns the second derivative on the Bezier line, which is a zero Vector. Once again, the t is only there for the override.

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.