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 |
||
Return |
SMC_V3Poly_EvalDerivs |
BOOL |