Get the second 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 second derivative was successfully returned. |
Name | Type | Description |
parameter | double | The parameter position to get the curve second derivative at. The parameter value must be within the range of the parameter extents as provided by getParameterExtents. |
secondDerivative | Vector3D | The output second derivative vector at the parameter position specified. |