Changeset 1845 for trunk/psLib/src/dataManip/psMatrix.h
- Timestamp:
- Sep 21, 2004, 1:44:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psMatrix.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrix.h
r1464 r1845 22 22 * @author Ross Harman, MHPCC 23 23 * 24 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $25 * @date $Date: 2004-0 8-11 02:35:58$24 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2004-09-21 23:44:10 $ 26 26 * 27 27 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 145 145 psVector* psMatrixToVector( 146 146 psVector* outVector, ///< Vector to return, or NULL. 147 psImage* inImage///< Image to convert.147 const psImage* inImage ///< Image to convert. 148 148 ); 149 149 … … 159 159 psImage* psVectorToMatrix( 160 160 psImage* outImage, ///< Matrix to return, or NULL. 161 psVector* inVector///< Vector to convert.161 const psVector* inVector ///< Vector to convert. 162 162 ); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.
