SE_transforminfo_set_polynomial |
Sets the polynomial transformation from the coordinate transformation object
LONG SE_transforminfo_set_polynomial (SE_TRANSFORMINFO transform, SE_POLYNOMIAL_TYPE type,const LFLOAT *poly);
transform |
The coordinate transformation object. |
type |
The polynomial type |
poly |
The polynomial array |
SE_transforminfo_set_polynomial sets the polynomial transformation system from the coordinate transformation object. The coordinate transformation objects transformation type must be SE_TRANSFORM_POLYNOMIAL.
Valid polynomial types include:
SE_POLYNOMIAL_1ST_ORDERThe polynomial array contains 6 elements
SE_POLYNOMIAL_2ND_ORDERThe polynomial array contains 12 elements
SE_POLYNOMIAL_3RD_ORDERThe polynomial array contains 20 elements
SE_SUCCESS
SE_INVALID_POINTER
SE_SDE_NOT_STARTED
SE_INVALID_TRANSFORMINFO_OBJECT