Changeset 4321 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r4190 r4321 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06- 09 19:26:47$12 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-20 22:42:29 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 208 208 209 209 psPlaneDistort* psPlaneDistortAlloc( 210 psS32 n1,///< The order of the w term in the transform.211 psS32 n2,///< The order of the x term in the transform.212 psS32 n3,///< The order of the y term in the transform.213 psS32 n4///< The order of the z term in the transform.210 int n1, ///< The order of the w term in the transform. 211 int n2, ///< The order of the x term in the transform. 212 int n3, ///< The order of the y term in the transform. 213 int n4 ///< The order of the z term in the transform. 214 214 ); 215 215
Note:
See TracChangeset
for help on using the changeset viewer.
