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
Angle.hpp File Reference
#include <cmath>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "PlanarVector.hpp"
#include "Unit/Angle.hpp"
#include "Vector.hpp"

Go to the source code of this file.

Classes

class  PhQ::Angle< NumericType >
 Plane angle between two lines or dihedral angle between two planes. More...
 

Namespaces

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

Functions

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