Get the first derivative of the curve at the specified parameter position.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object.
|
|
Type | Description |
boolean | Returns true if the first derivative was successfully returned. |
Name | Type | Description |
parameter | double | The parameter position to get the curve first derivative at. The parameter value must be within the range of the parameter extents as provided by getParameterExtents. |
firstDerivative | Vector3D | The output first derivative vector at the parameter position specified. |