Changeset 1827
- Timestamp:
- Sep 17, 2004, 1:57:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.c
r1652 r1827 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-0 8-28 01:18:04$12 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-17 23:57:41 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 725 725 int numRows = in->numRows; 726 726 int numCols = in->numCols; 727 doublecenterX = (float)(numCols) / 2.0f;727 float centerX = (float)(numCols) / 2.0f; 728 728 float centerY = (float)(numRows) / 2.0f; 729 729 float t = angle * (3.14159265358f / 180.0f);
Note:
See TracChangeset
for help on using the changeset viewer.
