- Timestamp:
- Aug 16, 2023, 8:42:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/test/astrom/tap_pmAstrometry.c
r21220 r42501 32 32 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 33 33 { 34 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );34 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 35 35 pt->x->coeff[1][0] = 1.0; 36 36 pt->y->coeff[0][1] = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
