IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 4:06:09 AM (19 years ago)
Author:
rhl
Message:

Make psEllipsePolToAxes return psErrorCode

File:
1 edited

Legend:

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

    r13063 r13425  
    22 * @brief functions to manipulate sparse matrices equations
    33 *
    4  * $Revision: 1.4 $ $Name: not supported by cvs2svn $
    5  * $Date: 2007-04-27 22:13:33 $
     4 * $Revision: 1.5 $ $Name: not supported by cvs2svn $
     5 * $Date: 2007-05-18 14:06:09 $
    66 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    77 */
     
    99#ifndef PS_ELLIPSE_H
    1010#define PS_ELLIPSE_H
     11
     12#include "psError.h"
    1113
    1214/// @addtogroup MathOps Mathematical Operations
     
    5557psEllipsePol psEllipseAxesToPol(psEllipseAxes axes);
    5658psEllipsePol psEllipseShapeToPol(psEllipseShape shape);
    57 psEllipseAxes psEllipsePolToAxes(psEllipsePol pol, float minMinorAxis);
     59psErrorCode psEllipsePolToAxes(const psEllipsePol pol, const float minMinorAxis, psEllipseAxes *axes);
    5860
    5961/// @}
Note: See TracChangeset for help on using the changeset viewer.