Changeset 36375 for trunk/psLib/src/math/psEllipse.h
- Timestamp:
- Dec 10, 2013, 2:55:11 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psEllipse.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psLib/src/math/psEllipse.h
r19996 r36375 38 38 } psEllipseShape; 39 39 40 /// Ellipse defined in terms of polari sations40 /// Ellipse defined in terms of polarizations 41 41 typedef struct { 42 42 double e0; ///< Scale (Mxx + Myy) … … 65 65 ); 66 66 67 /// Convert axes to polari sation representation67 /// Convert axes to polarization representation 68 68 psEllipsePol psEllipseAxesToPol(psEllipseAxes axes ///< Axes of ellipse 69 69 ); 70 70 71 /// Convert shape to polarisation representation 71 /// Convert polarization to axes representation 72 psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarization of ellipse 73 const float minMinorAxis ///< Minimum allowed minor axis 74 ); 75 76 /// Convert shape to polarization representation 72 77 psEllipsePol psEllipseShapeToPol(psEllipseShape shape ///< Shape of ellipse 73 78 ); 74 79 75 /// Convert polarisation to axes representation 76 /// 77 /// XXX This API goes against the PS convention of outputs being first. 78 psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse 79 const float minMinorAxis ///< Minimum allowed minor axis 80 ); 80 /// Convert shape to polarization representation 81 psEllipseShape psEllipsePolToShape(psEllipsePol pol ///< Shape of ellipse 82 ); 81 83 82 84 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
