getDerivative

public Vector getDerivative(double t)

This returns the derivative on the BezierLine as a Vector, which is a constant slope. The t value doesn't really do anything, but it's there so I can override methods.

Return

this returns the derivative requested.

Parameters

t

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