Changeset 4330 for trunk/psLib/src/astronomy/psCoord.c
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.c
r4321 r4330 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.7 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 0 22:42:29$12 * @version $Revision: 1.76 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-21 03:01:37 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 221 221 } 222 222 223 psPlaneTransform* psPlaneTransformAlloc( psS32 n1, psS32n2)223 psPlaneTransform* psPlaneTransformAlloc(int n1, int n2) 224 224 { 225 225 PS_ASSERT_INT_NONNEGATIVE(n1, NULL); … … 290 290 const psPlaneDistort* transform, 291 291 const psPlane* coords, 292 float color,293 float magnitude)292 float mag, 293 float color) 294 294 { 295 295 PS_ASSERT_PTR_NON_NULL(transform, NULL); … … 305 305 coords->x, 306 306 coords->y, 307 color,308 magnitude307 mag, 308 color 309 309 ); 310 310 out->y = psDPolynomial4DEval( … … 312 312 coords->x, 313 313 coords->y, 314 color,315 magnitude314 mag, 315 color 316 316 ); 317 317 return (out); … … 481 481 482 482 psProjection* psProjectionAlloc( 483 psF64R,484 psF64D,485 psF64Xs,486 psF64Ys,483 double R, 484 double D, 485 double Xs, 486 double Ys, 487 487 psProjectionType type) 488 488 {
Note:
See TracChangeset
for help on using the changeset viewer.
