Changeset 5319 for trunk/psLib/src/astro/psSphereOps.h
- Timestamp:
- Oct 13, 2005, 2:07:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.h
r5306 r5319 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-10-1 3 20:23:57 $9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-10-14 00:07:37 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 73 73 ); 74 74 75 psSphereRot* psSphereRotAlloc2(76 double alphaP, ///< north pole latitude77 double deltaP, ///< north pole longitude78 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).79 );80 81 psSphereRot* psSphereRotAlloc3(82 double alphaP, ///< north pole latitude83 double deltaP, ///< north pole longitude84 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).85 );86 87 psSphereRot* psSphereRotAlloc4(88 double alphaP, ///< north pole latitude89 double deltaP, ///< north pole longitude90 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).91 );92 93 psSphereRot* psSphereRotAlloc5(94 double alphaP, ///< north pole latitude95 double deltaP, ///< north pole longitude96 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).97 );98 99 psSphereRot* psSphereRotAlloc6(100 double alphaP, ///< north pole latitude101 double deltaP, ///< north pole longitude102 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).103 );104 105 psSphereRot* psSphereRotAlloc7(106 double alphaP, ///< north pole latitude107 double deltaP, ///< north pole longitude108 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).109 );110 111 psSphereRot* psSphereRotAlloc8(112 double alphaP, ///< north pole latitude113 double deltaP, ///< north pole longitude114 double phiP ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).115 );116 117 118 75 /** Checks the type of a particular pointer. 119 76 *
Note:
See TracChangeset
for help on using the changeset viewer.
