Changeset 1393 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Aug 5, 2004, 9:38:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r1385 r1393 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-08-0 4 23:37:39$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-08-05 19:38:51 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 27 27 #include <float.h> 28 28 29 static float cot( float x ); 30 static float arg( float x, float y ); 31 29 32 // This is the only function in this file which I understand. 30 33 psPlane *psPlaneTransformApply( psPlane *out, … … 88 91 89 92 return ( tmp ); 90 }91 92 // I understand this one too.93 void p_psSphereTransformFree( psSphereTransform *trans )94 {95 psFree( trans );96 93 } 97 94
Note:
See TracChangeset
for help on using the changeset viewer.
