Changeset 5814 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Dec 19, 2005, 7:05:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r5624 r5814 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-1 1-30 02:00:00$13 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-12-20 05:05:37 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 169 169 170 170 psPlaneTransform* psPlaneTransformAlloc( 171 int n1,///< The order of the x term in the transform.172 int n2///< The order of the y term in the transform.171 int order1, ///< The order of the x term in the transform. 172 int order2 ///< The order of the y term in the transform. 173 173 ); 174 174 … … 189 189 190 190 psPlaneDistort* psPlaneDistortAlloc( 191 int n1,///< The order of the w term in the transform.192 int n2,///< The order of the x term in the transform.193 int n3,///< The order of the y term in the transform.194 int n4///< The order of the z term in the transform.191 int order1, ///< The order of the w term in the transform. 192 int order2, ///< The order of the x term in the transform. 193 int order3, ///< The order of the y term in the transform. 194 int order4 ///< The order of the z term in the transform. 195 195 ); 196 196
Note:
See TracChangeset
for help on using the changeset viewer.
