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 &);
This file declares a class for representing angles.
AngleInterval represents closed intervals of arbitrary angles.
Definition: AngleInterval.h:39
Definition: Interval.h:48