M_Rhino_Geometry_Circle_DerivativeAt - mcneel/rhinocommon-api-docs GitHub Wiki

Circle.DerivativeAt Method

Determines the value of the Nth derivative at a parameter.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d DerivativeAt(
	int derivative,
	double t
)

VB

Public Function DerivativeAt ( 
	derivative As Integer,
	t As Double
) As Vector3d

Parameters

 

derivative
Type: System.Int32
Which order of derivative is wanted.
t
Type: System.Double
Parameter to evaluate derivative. Valid values are 0, 1, 2 and 3.

Return Value

Type: Vector3d
The derivative of the circle at the given parameter.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️