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