Changeset 3746 for trunk/psLib/src/image/psPixels.h
- Timestamp:
- Apr 21, 2005, 2:06:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psPixels.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psPixels.h
r3741 r3746 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-04-2 1 23:28:39$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-04-22 00:06:41 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 /// @addtogroup Image 21 21 /// @{ 22 23 typedef struct24 {25 psS32 x;26 psS32 y;27 }28 psPixelCoord;29 22 30 23 /** list of pixel coordinates … … 40 33 typedef struct 41 34 { 42 int n; 43 int nalloc; 44 psPixelCoord* data; 35 psVector *x; ///< x coordinate 36 psVector *y; ///< y coordinate 45 37 } 46 38 psPixels;
Note:
See TracChangeset
for help on using the changeset viewer.
