Changeset 4190 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Jun 9, 2005, 9:26:48 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r4162 r4190 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-0 8 23:40:45$12 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-09 19:26:47 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 320 320 */ 321 321 psSphere* psSphereGetOffset( 322 const psSphere* position1, ///< first position for calculating offset323 const psSphere* position2, ///< second position for calculating offset324 psSphereOffsetMode mode, ///< type of offset can be PS_SPHERICAL or PS_LINEAR325 psSphereOffsetUnit unit ///< specifies the units of offset only322 const psSphere* position1, ///< first position for calculating offset 323 const psSphere* position2, ///< second position for calculating offset 324 psSphereOffsetMode mode, ///< type of offset can be PS_SPHERICAL or PS_LINEAR 325 psSphereOffsetUnit unit ///< specifies the units of offset only 326 326 ); 327 327 … … 338 338 */ 339 339 psSphere* psSphereSetOffset( 340 const psSphere* position, ///< coordinate of origin341 const psSphere* offset, ///< coordinate of offset to apply342 psSphereOffsetMode mode, ///< corresponds to an offset in angles or local projection343 psSphereOffsetUnit unit ///< specifies the units of offset only340 const psSphere* position, ///< coordinate of origin 341 const psSphere* offset, ///< coordinate of offset to apply 342 psSphereOffsetMode mode, ///< corresponds to an offset in angles or local projection 343 psSphereOffsetUnit unit ///< specifies the units of offset only 344 344 ); 345 345 … … 361 361 */ 362 362 psPlaneTransform *p_psPlaneTransformLinearInvert( 363 psPlaneTransform *transform ///< transform to invert363 psPlaneTransform *transform ///< transform to invert 364 364 ); 365 365 … … 371 371 */ 372 372 psS32 p_psIsProjectionLinear( 373 psPlaneTransform *transform ///< transform to test for linearity373 psPlaneTransform *transform ///< transform to test for linearity 374 374 ); 375 375
Note:
See TracChangeset
for help on using the changeset viewer.
