#include <psPolynomial.h>
Definition at line 95 of file psPolynomial.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| unsigned int | nX |
| Polynomial order in x. | |
| unsigned int | nY |
| Polynomial order in y. | |
| unsigned int | nZ |
| Polynomial order in z. | |
| psF64 *** | coeff |
| Coefficients. | |
| psF64 *** | coeffErr |
| Error in coefficients. | |
| psMaskType *** | mask |
| Coefficients mask. | |
|
|
Coefficients.
Definition at line 101 of file psPolynomial.h. |
|
|
Error in coefficients.
Definition at line 102 of file psPolynomial.h. |
|
|
Coefficients mask.
Definition at line 103 of file psPolynomial.h. |
|
|
Polynomial order in x.
Definition at line 98 of file psPolynomial.h. |
|
|
Polynomial order in y.
Definition at line 99 of file psPolynomial.h. |
|
|
Polynomial order in z.
Definition at line 100 of file psPolynomial.h. |
|
|
Polynomial type.
Definition at line 97 of file psPolynomial.h. |
1.4.4