get Derivative
This returns the derivative on the BezierPoint, which is the zero Vector since this is a Point. The t value doesn't really do anything, but it's there so I can override methods.
Return
this returns the 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.