LSSTApplications  19.0.0-12-gef62271,20.0.0+1,20.0.0+10,20.0.0+11,20.0.0+13,20.0.0+2,20.0.0+3,20.0.0+4,20.0.0+6,20.0.0-1-g10df615+10,20.0.0-1-g253301a+5,20.0.0-1-g596936a+11,20.0.0-1-g8a53f90+1,20.0.0-1-gc96f8cb+12,20.0.0-1-gd1c87d7+1,20.0.0-17-g41c5faf,20.0.0-2-g04cfba9+4,20.0.0-2-gd11eeda,20.0.0-2-gec03fae+3,20.0.0-3-g082faa5+1,20.0.0-3-gbdbfa727+3,20.0.0-3-gc53c7b6,20.0.0-4-gde602ef96+4,20.0.0-4-ge48a6ca+7,20.0.0-4-ge987224+1,20.0.0-8-g7eef53f7+7,20.0.0-9-g8e1b333,w.2020.28
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Angle.h File Reference

This file declares a class for representing angles. More...

#include <cmath>
#include <algorithm>
#include <iosfwd>
#include <limits>
#include "constants.h"

Go to the source code of this file.

Classes

class  lsst::sphgeom::Angle
 Angle represents an angle in radians. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::sphgeom
 

Functions

Angle lsst::sphgeom::operator* (double a, Angle const &b)
 
std::ostreamlsst::sphgeom::operator<< (std::ostream &, Angle const &)
 
double lsst::sphgeom::sin (Angle const &a)
 
double lsst::sphgeom::cos (Angle const &a)
 
double lsst::sphgeom::tan (Angle const &a)
 
Angle lsst::sphgeom::abs (Angle const &a)
 

Detailed Description

This file declares a class for representing angles.

Definition in file Angle.h.