Changeset 29331
- Timestamp:
- Oct 5, 2010, 3:36:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpTransformTile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpTransformTile.c
r28006 r29331 78 78 int yMax = PS_MIN(maxPt.y, outNumRows); 79 79 80 double jacobian = map->Xx * map->Yy - map->Yx * map->Xy; // Jacobian of transformation80 double jacobian = fabs(map->Xx * map->Yy - map->Yx * map->Xy); // Jacobian of transformation 81 81 double jacobian2 = PS_SQR(jacobian); // Square Jacobian 82 82
Note:
See TracChangeset
for help on using the changeset viewer.
