#include <psFunctions.h>
Definition at line 276 of file psFunctions.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| psS32 | nX |
| Number of terms in x. | |
| psS32 | nY |
| Number of terms in y. | |
| psS32 | nZ |
| Number of terms in z. | |
| psF64 *** | coeff |
| Coefficients. | |
| psF64 *** | coeffErr |
| Error in coefficients. | |
| psU8 *** | mask |
| Coefficient mask. | |
|
|
Coefficients.
Definition at line 282 of file psFunctions.h. |
|
|
Error in coefficients.
Definition at line 283 of file psFunctions.h. |
|
|
Coefficient mask.
Definition at line 284 of file psFunctions.h. |
|
|
Number of terms in x.
Definition at line 279 of file psFunctions.h. |
|
|
Number of terms in y.
Definition at line 280 of file psFunctions.h. |
|
|
Number of terms in z.
Definition at line 281 of file psFunctions.h. |
|
|
Polynomial type.
Definition at line 278 of file psFunctions.h. |
1.4.1