23 #ifndef LSST_SPHGEOM_ANGLEINTERVAL_H_ 24 #define LSST_SPHGEOM_ANGLEINTERVAL_H_ 45 Angle::fromDegrees(y));
50 Angle::fromRadians(y));
59 Angle(std::numeric_limits<double>::infinity()));
72 std::ostream & operator<<(std::ostream &,
AngleInterval const &);
76 #endif // LSST_SPHGEOM_ANGLEINTERVAL_H_ AngleInterval represents closed intervals of arbitrary angles.
Definition: AngleInterval.h:39
This file declares a class for representing angles.
Definition: Interval.h:48