Circle.DerivativeAt Method

Computes the circle derivative at a parameter.
Public Function DerivativeAt( _ 
ByVal d As Integer, _ 
ByVal t As Double
) As Vector3D
This language is not supported or no code example is available.
public Vector3D DerivativeAt( 
int d
double t 
)
This language is not supported or no code example is available.

Parameters

d
int

The desired derivative (>=0)

t
double

Evaluation parameter

Return Value

Vector3D

The dth circle derivative at the parameter t.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition