Changeset 41834 for branches/eam_branches/ipp-dev-20210817
- Timestamp:
- Oct 11, 2021, 11:36:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpLoop.c
r41526 r41834 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.
