Changeset 4211
- Timestamp:
- Jun 10, 2005, 11:26:47 AM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
image/psImageGeomManip.c (modified) (2 diffs)
-
imageops/psImageGeomManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageGeomManip.c
r4210 r4211 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-10 21: 14:10$12 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-10 21:26:47 $ 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, outPosition);755 inPosition = psPlaneTransformApply(inPosition, outToIn, &outPosition); 756 756 757 757 if (inPosition == NULL) { -
trunk/psLib/src/imageops/psImageGeomManip.c
r4210 r4211 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-10 21: 14:10$12 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-10 21:26:47 $ 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, outPosition);755 inPosition = psPlaneTransformApply(inPosition, outToIn, &outPosition); 756 756 757 757 if (inPosition == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
