| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
Angle represents an angle in radians.  
 More...
#include <Angle.h>
| Public Member Functions | |
| Angle () | |
| This constructor creates an Angle with a value of zero.  More... | |
| Angle (double a) | |
| This constructor creates an Angle with the given value in radians.  More... | |
| bool | operator== (Angle const &a) const | 
| bool | operator!= (Angle const &a) const | 
| bool | operator< (Angle const &a) const | 
| bool | operator> (Angle const &a) const | 
| bool | operator<= (Angle const &a) const | 
| bool | operator>= (Angle const &a) const | 
| Angle | operator- () const | 
| Angle | operator+ (Angle const &a) const | 
| Angle | operator- (Angle const &a) const | 
| Angle | operator* (double a) const | 
| Angle | operator/ (double a) const | 
| double | operator/ (Angle const &a) const | 
| Angle & | operator+= (Angle const &a) | 
| Angle & | operator-= (Angle const &a) | 
| Angle & | operator*= (double a) | 
| Angle & | operator/= (double a) | 
| double | asDegrees () const | 
| asDegreesreturns the value of this angle in units of degrees.  More... | |
| double | asRadians () const | 
| asRadiansreturns the value of this angle in units of radians.  More... | |
| bool | isNormalized () const | 
| isNormalizedreturns true if this angle lies in the range [0, 2π).  More... | |
| bool | isNan () const | 
| isNanreturns true if the angle value is NaN.  More... | |
| Static Public Member Functions | |
| static Angle | nan () | 
| static Angle | fromDegrees (double a) | 
| static Angle | fromRadians (double a) | 
Angle represents an angle in radians. 
It provides methods for angle comparison and arithmetic, as well as unit conversion. An angle is said to be normalized if it lies in the range [0, 2π).
| 
 | inline | 
| 
 | inlineexplicit | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
 1.8.18
 1.8.18