Description
This method allows you to get the vector coordinates of the first derivative of a point on a curve with a given parameter.
Syntax
Vector = FirstDerivative( Parameter );
|
Input: (Double) Parameter |
Parameter of point on curve in which to get first derivative. |
|
Return: (Variant) Vector |
(x,y) coordinates of vector of first derivative. |