Changeset 41897 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- Nov 4, 2021, 6:11:39 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r41526 r41897 240 240 241 241 // use a map with only linear terms in x,y 242 psPlaneTransform *map = psPlaneTransformAlloc(1, 1);242 psPlaneTransform *map = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 243 243 map->x->coeffMask[1][1] = PS_POLY_MASK_BOTH; 244 244 map->y->coeffMask[1][1] = PS_POLY_MASK_BOTH;
Note:
See TracChangeset
for help on using the changeset viewer.
