Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
SolidAngle.hpp File Reference
#include <cmath>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Unit/SolidAngle.hpp"

Go to the source code of this file.

Classes

class  PhQ::SolidAngle< NumericType >
 Solid angle. Measures the field of view of a portion of the surface of the unit sphere viewed from the center of the unit sphere. Typically measured in steradians (sr), which are square radians. The unit sphere has a total solid angle of 4π steradians. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const SolidAngle< NumericType > &left, const SolidAngle< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const SolidAngle< NumericType > &solid_angle)
 
template<typename NumericType >
constexpr SolidAngle< NumericType > PhQ::operator* (const NumericType number, const SolidAngle< NumericType > &solid_angle)