Changeset 2200 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Oct 26, 2004, 12:32:09 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r2199 r2200 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-26 2 1:57:42$12 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-26 22:32:09 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 167 167 } psSphereOffsetUnit; 168 168 169 /** Allocates a psPlaneTransform transform. 170 * 171 * @return psPlaneTransform* resulting plane transform 172 */ 173 174 psPlaneTransform* psPlaneTransformAlloc( 175 int n1, ///< The order of the x term in the transform. 176 int n2 ///< The order of the y term in the transform. 177 ); 178 169 179 /** Applies the psPlaneTransform transform to a specified coordinate 170 180 * … … 176 186 const psPlane* coords ///< the coordinate to apply the transform above. 177 187 ); 188 189 /** Allocates a psPlaneDistort transform. 190 * 191 * @return psPlaneDistort* resulting plane distort transform 192 */ 193 194 psPlaneDistort* psPlaneDistortAlloc( 195 int n1, ///< The order of the w term in the transform. 196 int n2, ///< The order of the x term in the transform. 197 int n3, ///< The order of the y term in the transform. 198 int n4 ///< The order of the z term in the transform. 199 ); 200 178 201 179 202 /** Applies the psPlaneDistort transform to a specified coordinate
Note:
See TracChangeset
for help on using the changeset viewer.
