LSSTApplications
16.0-10-gc1446dd+46,16.0-11-g09ed895+1,16.0-11-gffd197f+3,16.0-13-g7649090,16.0-14-g0a28612+1,16.0-14-g6c7ed55+20,16.0-15-ga29f190+1,16.0-16-g89065d4+19,16.0-16-gd8e3590+20,16.0-17-g7e0e4ff+14,16.0-17-ga3d2e9f+4,16.0-18-g8b9f497+2,16.0-19-gb830ed4e+20,16.0-2-g0febb12+21,16.0-2-g9d5294e+63,16.0-2-ga8830df+5,16.0-26-gc0e79ff+1,16.0-27-ge118ca2+3,16.0-3-ge00e371+25,16.0-4-g18f3627+7,16.0-4-g5f3a788+20,16.0-4-ga3eb747+10,16.0-4-gabf74b7+20,16.0-4-gade8416+13,16.0-4-gb13d127+5,16.0-44-ga6515cd1+3,16.0-5-g6a53317+25,16.0-5-gb3f8a4b+78,16.0-6-g9321be7+4,16.0-6-gcbc7b31+32,16.0-6-gf49912c+20,16.0-65-g76fe3eef2,16.0-7-g00e1f5f+1,16.0-7-gd2eeba5+41,16.0-8-g21fd5fe+20,16.0-8-g3a9f023+14,16.0-8-g4734f7a,16.0-9-g85d1a16+20,16.0-9-gf5c1f43+2,master-gdbf645fb6d+1,w.2018.50
LSSTDataManagementBasePackage
|
#include <cmath>
#include <iostream>
#include <type_traits>
#include "boost/math/constants/constants.hpp"
Go to the source code of this file.
Classes | |
class | lsst::geom::AngleUnit |
A class used to convert scalar POD types such as double to Angle. More... | |
class | lsst::geom::Angle |
A class representing an angle. More... | |
struct | std::hash< lsst::geom::AngleUnit > |
struct | std::hash< lsst::geom::Angle > |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::geom | |
std | |
STL namespace. | |
Macros | |
#define | ANGLE_OPUP_TYPE(OP, TYPE) |
#define | ANGLE_COMP(OP) constexpr bool operator OP(const Angle& rhs) const noexcept { return _val OP rhs._val; } |
#define | ANGLE_OP(OP) |
#define | ANGLE_OP_TYPE(OP, TYPE) |
Functions | |
constexpr double | lsst::geom::degToRad (double x) noexcept |
constexpr double | lsst::geom::radToDeg (double x) noexcept |
constexpr double | lsst::geom::radToArcsec (double x) noexcept |
constexpr double | lsst::geom::radToMas (double x) noexcept |
constexpr double | lsst::geom::arcsecToRad (double x) noexcept |
constexpr double | lsst::geom::masToRad (double x) noexcept |
constexpr Angle | lsst::geom::operator+ (Angle a, Angle d) noexcept |
Sum of two angles. More... | |
constexpr Angle | lsst::geom::operator- (Angle a, Angle d) noexcept |
Difference of two angles. More... | |
constexpr Angle | lsst::geom::operator* (Angle a, Angle d) noexcept |
Product of two angles. More... | |
constexpr Angle | lsst::geom::operator- (Angle angle) |
An angle in the opposite sense. More... | |
constexpr Angle | lsst::geom::operator/ (Angle a, int d) noexcept |
Ratio of an angle and a scalar. More... | |
constexpr Angle | lsst::geom::operator/ (Angle a, double d) noexcept |
Ratio of an angle and a scalar. More... | |
template<typename T > | |
constexpr double | lsst::geom::operator/ (T const lhs, Angle rhs) noexcept=delete |
std::ostream & | lsst::geom::operator<< (std::ostream &s, Angle a) |
Print an Angle to a stream. More... | |
template<typename T > | |
constexpr bool | lsst::geom::isAngle (T) noexcept |
Allow a user to check if they have an angle. More... | |
template<typename T > | |
constexpr Angle | lsst::geom::operator* (T lhs, AngleUnit rhs) noexcept |
Use AngleUnit to convert a POD (e.g. int, double) to an Angle; e.g. 180*degrees. More... | |
constexpr Angle | lsst::geom::operator* (Angle a, double d) noexcept |
Product of an angle and a scalar. More... | |
constexpr Angle | lsst::geom::operator* (double d, Angle a) noexcept |
Product of an angle and a scalar. More... | |
constexpr Angle | lsst::geom::operator* (Angle a, int d) noexcept |
Product of an angle and a scalar. More... | |
constexpr Angle | lsst::geom::operator* (int d, Angle a) noexcept |
Product of an angle and a scalar. More... | |
Variables | |
double constexpr | lsst::geom::PI = boost::math::constants::pi<double>() |
The ratio of a circle's circumference to diameter. More... | |
double constexpr | lsst::geom::TWOPI = boost::math::constants::pi<double>() * 2.0 |
double constexpr | lsst::geom::HALFPI = boost::math::constants::pi<double>() * 0.5 |
double constexpr | lsst::geom::ONE_OVER_PI = 1.0 / boost::math::constants::pi<double>() |
double const | lsst::geom::SQRTPI = sqrt(boost::math::constants::pi<double>()) |
double const | lsst::geom::INVSQRTPI = 1.0 / sqrt(boost::math::constants::pi<double>()) |
double constexpr | lsst::geom::ROOT2 = boost::math::constants::root_two<double>() |
AngleUnit constexpr | lsst::geom::radians = AngleUnit(1.0) |
constant with units of radians More... | |
AngleUnit constexpr | lsst::geom::degrees = AngleUnit(PI / 180.0) |
constant with units of degrees More... | |
AngleUnit constexpr | lsst::geom::hours = AngleUnit(PI * 15.0 / 180.0) |
constant with units of hours More... | |
AngleUnit constexpr | lsst::geom::arcminutes = AngleUnit(PI / 60 / 180.0) |
constant with units of arcminutes More... | |
AngleUnit constexpr | lsst::geom::arcseconds = AngleUnit(PI / 180.0 / 3600.0) |
constant with units of arcseconds More... | |
AngleUnit constexpr | lsst::geom::milliarcseconds |
constant with units of milliarcseconds More... | |
#define ANGLE_COMP | ( | OP | ) | constexpr bool operator OP(const Angle& rhs) const noexcept { return _val OP rhs._val; } |
#define ANGLE_OP | ( | OP | ) |
#define ANGLE_OP_TYPE | ( | OP, | |
TYPE | |||
) |
#define ANGLE_OPUP_TYPE | ( | OP, | |
TYPE | |||
) |