Changeset 1591
- Timestamp:
- Aug 18, 2004, 6:25:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPosition.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPosition.h
r1589 r1591 161 161 /* Positions of well-known objects */ 162 162 163 /** These are not up to date: we don't need them immediately */ 164 163 165 /** Get Sun Position */ 164 166 psSphere * 165 psSunGetPos(psTime time) ///< MJD to get position for167 psSunGetPos(psTime *time) ///< Time for which to get position 166 168 ; 167 169 … … 170 172 psSunGetRise(psTime *twi15, ///< corresponding 15 deg twilight 171 173 psTime *twi18, ///< corresponding 18 deg twilight 172 psTime time)///< get rise closest to this time174 const psTime *time) ///< get rise closest to this time 173 175 ; 174 176 … … 177 179 psSunGetSet(psTime *twi15, ///< corresponding 15 deg twilight 178 180 psTime *twi18, ///< corresponding 18 deg twilight 179 psTime time) ///< get set closest to this time180 ; 181 182 /** Get Length of closest night */181 const psTime time) ///< get set closest to this time 182 ; 183 184 /** Get Length of closest night in hours */ 183 185 float 184 psNightLength( psTime time) ///< MJD to get position for186 psNightLength(const psTime *time) ///< Time that specifies the night of interest 185 187 ; 186 188 187 189 /** Get Moon Position */ 188 190 psSphere * 189 psMoonGetPos( psTime time) ///< MJD to get position for190 ; 191 192 /** Get Moon Rise time */193 psSphere * 194 psMoonGetRise(psTime time) ///< get rise closest to this time195 ; 196 197 /** Get Moon Set time */198 psSphere * 199 psMoonGetSet(psTime time) ///< get set closest to this time191 psMoonGetPos(const psTime *time) ///< Time for which to get position 192 ; 193 194 /** Get Moon Rise time and return position */ 195 psSphere * 196 psMoonGetRise(psTime *time) ///< get rise closest to this time 197 ; 198 199 /** Get Moon Set time and return position */ 200 psSphere * 201 psMoonGetSet(psTime *time) ///< get set closest to this time, and output 200 202 ; 201 203 202 204 /** Get Moon phase */ 203 205 float 204 psMoonGetPhase( psTime time) ///< MJD to get phase for206 psMoonGetPhase(const psTime *time) ///< Get phase for this time 205 207 ; 206 208 … … 208 210 psSphere * 209 211 psPlanetGetPos(const char *solarSystemObject, ///< Named S.S. object 210 psTime time) ///< MJD to get position for212 const psTime *time) ///< Get position for this time 211 213 ; 212 214
Note:
See TracChangeset
for help on using the changeset viewer.
