Rhino for Mac 5.1Evaluates the unit tangent vector at a curve parameter.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic Vector3d TangentAt(
double t
)
Public Function TangentAt (
t As Double
) As Vector3d
Parameters
- t
- Type: SystemDouble
Evaluation parameter.
Return Value
Type:
Vector3dUnit tangent vector of the curve at the parameter t.
RemarksNo error handling.
See Also