#include <psPolynomial.h>
Definition at line 104 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 110 of file psPolynomial.h. |
|
|
Error in coefficients.
Definition at line 111 of file psPolynomial.h. |
|
|
Coefficients mask.
Definition at line 112 of file psPolynomial.h. |
|
|
Polynomial order in x.
Definition at line 107 of file psPolynomial.h. |
|
|
Polynomial order in y.
Definition at line 108 of file psPolynomial.h. |
|
|
Polynomial order in z.
Definition at line 109 of file psPolynomial.h. |
|
|
Polynomial type.
Definition at line 106 of file psPolynomial.h. |
1.4.2