FUNCTION SMC_V3Poly_Eval : BOOL
Evaluates a polynomial a[0] + ... + a[iN]*x^iN
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 at least 3 |
|
dx |
LREAL |
The place of evaluation |
|
Inout |
v |
||
Return |
SMC_V3Poly_Eval |
BOOL |