Curve.EvaluateTangent Method

Evaluate unit tangent at a parameter with error checking.
Public Function EvaluateTangent( _ 
ByVal t As Double, _ 
ByRef point As Point3D, _ 
ByRef tangent As Vector3D
) As Boolean
This language is not supported or no code example is available.
public bool EvaluateTangent( 
double t
out Point3D point
out Vector3D tangent 
)
This language is not supported or no code example is available.

Parameters

t
double

Evaluation parameter

point
Point3D

The 3D point at t

tangent
Vector3D

The unit tangent at t

Return Value

bool

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition