This keyword allows a variable of type STRU_MATCAM (STRUCT_P) to be defined.
It is used by the mv_cam() function, which allows you to perform a third-order polynomial.
It consists of the following information:
Field |
Type |
Description |
---|---|---|
xInit |
REAL |
x cam beginning |
yInit |
REAL |
y cam beginning |
c |
REAL |
Coefficient c |
b |
REAL |
Coefficient b |
a |
REAL |
Coefficient a |
Example declaration:
Example of use:
|