Changeset 13425 for trunk/psLib/src/math/psEllipse.h
- Timestamp:
- May 18, 2007, 4:06:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psEllipse.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psEllipse.h
r13063 r13425 2 2 * @brief functions to manipulate sparse matrices equations 3 3 * 4 * $Revision: 1. 4$ $Name: not supported by cvs2svn $5 * $Date: 2007-0 4-27 22:13:33$4 * $Revision: 1.5 $ $Name: not supported by cvs2svn $ 5 * $Date: 2007-05-18 14:06:09 $ 6 6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 7 7 */ … … 9 9 #ifndef PS_ELLIPSE_H 10 10 #define PS_ELLIPSE_H 11 12 #include "psError.h" 11 13 12 14 /// @addtogroup MathOps Mathematical Operations … … 55 57 psEllipsePol psEllipseAxesToPol(psEllipseAxes axes); 56 58 psEllipsePol psEllipseShapeToPol(psEllipseShape shape); 57 psE llipseAxes psEllipsePolToAxes(psEllipsePol pol, float minMinorAxis);59 psErrorCode psEllipsePolToAxes(const psEllipsePol pol, const float minMinorAxis, psEllipseAxes *axes); 58 60 59 61 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
