M_Rhino_Geometry_Curve_DerivativeAt - mcneel/rhinocommon-api-docs GitHub Wiki
Evaluate the derivatives at the specified curve parameter.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Vector3d[] DerivativeAt(
double t,
int derivativeCount
)
VB
Public Function DerivativeAt (
t As Double,
derivativeCount As Integer
) As Vector3d()
- t
- Type: System.Double
Curve parameter to evaluate. - derivativeCount
- Type: System.Int32
Number of derivatives to evaluate, must be at least 0.
Type: Vector3d[]
An array of vectors that represents all the derivatives starting at zero.
Supported in: 6.0.16224.21491, 5D58w