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
AngularSpeed.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "Angle.hpp"
#include "DimensionalScalar.hpp"
#include "Frequency.hpp"
#include "Time.hpp"
#include "Unit/AngularSpeed.hpp"

Go to the source code of this file.

Classes

class  PhQ::AngularSpeed< NumericType >
 Angular speed, also known as angular rate or angular frequency. Represents the time rate of change of an angle; see also PhQ::Angle, PhQ::ScalarAngularAcceleration, PhQ::Time, and PhQ::Frequency. Can also represent a component or the magnitude of an angular velocity pseudovector. More...
 

Namespaces

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

Functions

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