SMC_V3Poly_EvalDerivs (FUN)

 

FUNCTION SMC_V3Poly_EvalDerivs : BOOL

Evaluates a polynomial a[0] + ... + a[iN]*x^iN and its three derivatives

InOut:

Scope

Name

Type

Comment

Input

pa

POINTER TO SMC_VECTOR3D

The coefficient vector, containing iN+1 coefficients

iN

DINT

The degree of the polynomial, must be non-negative

dx

LREAL

The place of evaluation

Inout

v

SMC_DynV3State

Return

SMC_V3Poly_EvalDerivs

BOOL