Changeset 19996 for trunk/psLib/src/math/psEllipse.h
- Timestamp:
- Oct 8, 2008, 11:51:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psEllipse.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psEllipse.h
r15794 r19996 2 2 * @brief functions to manipulate sparse matrices equations 3 3 * 4 * $Revision: 1. 6$ $Name: not supported by cvs2svn $5 * $Date: 200 7-12-12 21:01:32$4 * $Revision: 1.7 $ $Name: not supported by cvs2svn $ 5 * $Date: 2008-10-08 21:51:34 $ 6 6 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 7 7 */ … … 76 76 /// 77 77 /// XXX This API goes against the PS convention of outputs being first. 78 psErrorCode psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse 79 const float minMinorAxis, ///< Minimum allowed minor axis 80 psEllipseAxes *axes ///< Output ellipse axes 81 ); 78 psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse 79 const float minMinorAxis ///< Minimum allowed minor axis 80 ); 82 81 83 82 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
