|
ICurveTangentAt Method
|
Evaluates the unit tangent vector at a curve parameter.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxVector3 TangentAt(
double t
)
Function TangentAt (
t As Double
) As Vector3
Vector3 TangentAt(
double t
)
abstract TangentAt :
t : float -> Vector3
Parameters
- t
- Type: SystemDouble
Evaluation parameter.
Return Value
Type:
Vector3Unit tangent vector of the curve at the parameter t.
RemarksNo error handling.
See Also