Changeset 4330 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r4321 r4330 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 0 22:42:29$12 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-21 03:01:37 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 188 188 189 189 psPlaneTransform* psPlaneTransformAlloc( 190 psS32 n1,///< The order of the x term in the transform.191 psS32 n2///< The order of the y term in the transform.190 int n1, ///< The order of the x term in the transform. 191 int n2 ///< The order of the y term in the transform. 192 192 ); 193 193 … … 223 223 const psPlaneDistort* transform, ///< the transform to apply 224 224 const psPlane* coords, ///< the coordinate to apply the transform above. 225 float term3,///< third term -- maybe magnitude226 float term4///< forth term -- maybe color225 float mag, ///< third term -- maybe magnitude 226 float color ///< forth term -- maybe color 227 227 ); 228 228 … … 283 283 */ 284 284 psProjection* psProjectionAlloc( 285 psF64R, ///< Right-ascension of projection center.286 psF64D, ///< Declination of projection center.287 psF64Xs, ///< Scale in x-dimension288 psF64Ys, ///< Scale in y-dimension285 double R, ///< Right-ascension of projection center. 286 double D, ///< Declination of projection center. 287 double Xs, ///< Scale in x-dimension 288 double Ys, ///< Scale in y-dimension 289 289 psProjectionType type 290 290 );
Note:
See TracChangeset
for help on using the changeset viewer.
