getSecondDerivative

public Vector getSecondDerivative(double t)

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

Return

this returns the second derivative requested, 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.