LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
23 #ifndef LSST_SPHGEOM_ANGLEINTERVAL_H_
24 #define LSST_SPHGEOM_ANGLEINTERVAL_H_
76 #endif // LSST_SPHGEOM_ANGLEINTERVAL_H_
This file declares a class for representing angles.
Interval represents a closed interval of the real numbers by its upper and lower bounds.
AngleInterval(Angle x, Angle y)
This file defines a template representing closed real intervals.
static AngleInterval empty()
static Angle fromRadians(double a)
AngleInterval represents closed intervals of arbitrary angles.
A base class for image defects.
AngleInterval(Base const &base)
static AngleInterval fromDegrees(double x, double y)
Angle represents an angle in radians.
std::ostream & operator<<(std::ostream &, Angle const &)
static AngleInterval full()
static Angle fromDegrees(double a)
static AngleInterval fromRadians(double x, double y)