23 #ifndef LSST_SPHGEOM_ANGLEINTERVAL_H_
24 #define LSST_SPHGEOM_ANGLEINTERVAL_H_
46 Angle::fromDegrees(y));
51 Angle::fromRadians(y));
60 Angle(std::numeric_limits<double>::infinity()));
73 std::ostream & operator<<(std::ostream &,
AngleInterval const &);
This file declares a class for representing angles.
AngleInterval represents closed intervals of arbitrary angles.
Definition: AngleInterval.h:40
Definition: Interval.h:48