30#ifndef LSST_SPHGEOM_ANGLEINTERVAL_H_
31#define LSST_SPHGEOM_ANGLEINTERVAL_H_
53 Angle::fromDegrees(y));
58 Angle::fromRadians(y));
67 Angle(std::numeric_limits<double>::infinity()));
80std::ostream & operator<<(std::ostream &,
AngleInterval const &);
This file declares a class for representing angles.
AngleInterval represents closed intervals of arbitrary angles.
Definition AngleInterval.h:47
This file defines a template representing closed real intervals.