Changeset 2970 for trunk/psLib/src/image/psImage.c
- Timestamp:
- Jan 12, 2005, 5:26:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r2879 r2970 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-01- 04 02:34:57$11 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-01-13 03:26:23 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 101 101 } 102 102 103 psRegion* psRegionAlloc( doublex0,104 doublex1,105 doubley0,106 doubley1)103 psRegion* psRegionAlloc(psF32 x0, 104 psF32 x1, 105 psF32 y0, 106 psF32 y1) 107 107 { 108 108 psRegion* out = psAlloc(sizeof(psRegion));
Note:
See TracChangeset
for help on using the changeset viewer.
