Share

Curve2dEvaluator.GetFirstDerivatives Method

Parent Object: Curve2dEvaluator

Description

Calculates the first order derivatives at the given parameter values on the curve.

Syntax

Curve2dEvaluator.GetFirstDerivatives( Params() As Double, FirstDerivs() As Double )

Parameters

Name Type Description
Params Double Input/output array of Doubles that specifies the parameters.
FirstDerivs Double Input/output Double array of the resulting first derivatives.

Version

Introduced in version 4

Was this information helpful?