Changeset 4210 for trunk/psLib/src/imageops/psImageGeomManip.c
- Timestamp:
- Jun 10, 2005, 11:14:10 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageGeomManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageGeomManip.c
r3977 r4210 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-19 05:18:20 $12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-10 21:14:10 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 753 753 outPosition.x = col+col0; 754 754 // apply the transform to get the position in the input image 755 inPosition = psPlaneTransformApply(inPosition, outToIn, inPosition);755 inPosition = psPlaneTransformApply(inPosition, outToIn, outPosition); 756 756 757 757 if (inPosition == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
