IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 4:33:08 PM (20 years ago)
Author:
magnier
Message:

added axis-ratio limits to psEllipse functions, fixed math for psEllipse functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psEllipse.h

    r7380 r10254  
    3434
    3535// conversions between elliptical shape representations
    36 psEllipseAxes psEllipseMomentsToAxes(psEllipseMoments moments);
     36psEllipseMoments psEllipseAxesToMoments(psEllipseAxes axes);
     37psEllipseAxes psEllipseMomentsToAxes(psEllipseMoments moments, double maxAR);
    3738psEllipseShape psEllipseAxesToShape(psEllipseAxes axes);
    38 psEllipseAxes psEllipseShapeToAxes(psEllipseShape shape);
     39psEllipseAxes psEllipseShapeToAxes(psEllipseShape shape, double maxAR);
    3940
    4041#endif
Note: See TracChangeset for help on using the changeset viewer.