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

Go to the source code of this file.

Classes

class  PhQ::Speed< NumericType >
 Scalar velocity component or magnitude of a velocity vector. For a three-dimensional Euclidean velocity vector, see PhQ::Velocity. For a two-dimensional Euclidean velocity vector in the XY plane, see PhQ::PlanarVelocity. More...
 

Namespaces

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

Functions

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