lsst.jointcal  14.0-20-g39ceace+3
Public Member Functions | List of all members
lsst::jointcal::PolyXY Class Reference

Public Member Functions

 PolyXY (const int degree)
 
unsigned getDegree () const
 
 PolyXY (const GtransfoPoly &gtransfoPoly, const unsigned whichCoord)
 
long double coeff (const unsigned powX, const unsigned powY) const
 
long double & coeff (const unsigned powX, const unsigned powY)
 

Detailed Description

Definition at line 854 of file Gtransfo.cc.

Constructor & Destructor Documentation

◆ PolyXY() [1/2]

lsst::jointcal::PolyXY::PolyXY ( const int  degree)
inline

Definition at line 860 of file Gtransfo.cc.

◆ PolyXY() [2/2]

lsst::jointcal::PolyXY::PolyXY ( const GtransfoPoly gtransfoPoly,
const unsigned  whichCoord 
)
inline

Definition at line 867 of file Gtransfo.cc.

Member Function Documentation

◆ coeff() [1/2]

long double lsst::jointcal::PolyXY::coeff ( const unsigned  powX,
const unsigned  powY 
) const
inline

Definition at line 874 of file Gtransfo.cc.

◆ coeff() [2/2]

long double& lsst::jointcal::PolyXY::coeff ( const unsigned  powX,
const unsigned  powY 
)
inline

Definition at line 879 of file Gtransfo.cc.

◆ getDegree()

unsigned lsst::jointcal::PolyXY::getDegree ( ) const
inline

Definition at line 865 of file Gtransfo.cc.


The documentation for this class was generated from the following file: