Changeset 282
- Timestamp:
- Mar 22, 2004, 6:44:29 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psPosition.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psPosition.h
r281 r282 63 63 psGetOffset(const psCoord *restrict position1, //!< Position 1 64 64 const psCoord *restrict position2, //!< Position 2 65 c har *system)66 ;65 const char *type //!< Type of offset: Linear, Spherical/Arcsec, Spherical/Degreees etc 66 ); 67 67 68 68 /** Apply an offset to a position */ … … 70 70 psApplyOffset(const psCoord *restrict position, //!< Position 71 71 const psCoord *restrict offset, //!< Offset 72 c har *system)73 ;72 const char *type //!< Type of offset: Linear, Spherical/Arcsec, Spherical/Degreees etc 73 ); 74 74 75 75 /* Positions of well-known objects */
Note:
See TracChangeset
for help on using the changeset viewer.
