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