Changeset 10609 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Dec 10, 2006, 7:29:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r9730 r10609 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.12 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-1 0-24 22:52:55$12 * @version $Revision: 1.127 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-12-10 17:29:29 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 349 349 350 350 351 psPlane* p _psProject(351 psPlane* psProject( 352 352 psPlane *outPlane, 353 353 const psSphere* coord, … … 437 437 } 438 438 439 psPlane* psProject( 440 const psSphere* coord, 441 const psProjection* projection) 442 { 443 return(p_psProject(NULL, coord, projection)); 444 } 445 446 psSphere* p_psDeproject( 439 psSphere* psDeproject( 447 440 psSphere *outSphere, 448 441 const psPlane* coord, … … 560 553 } 561 554 562 psSphere* psDeproject(563 const psPlane* coord,564 const psProjection* projection)565 {566 return(p_psDeproject(NULL, coord, projection));567 }568 569 570 555 /***************************************************************************** 571 556 multiplyDPoly2D(trans1, trans2): Takes two 2-D polynomials as input and
Note:
See TracChangeset
for help on using the changeset viewer.
