Gets the tangent at the given parameter.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Vector3d TangentAt(
double t
)
Public Function TangentAt (
t As Double
) As Vector3d
Parameters
- t
- Type: SystemDouble
Parameter of tangent to evaluate.
Return Value
Type:
Vector3dThe tangent at the arc at the given parameter.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also