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
ScalarForce.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "Area.hpp"
#include "DimensionalScalar.hpp"
#include "Unit/Force.hpp"

Go to the source code of this file.

Classes

class  PhQ::ScalarForce< NumericType >
 Scalar force component or magnitude of a force vector. For a three-dimensional Euclidean force vector, see PhQ::Force. For a two-dimensional Euclidean force vector in the XY plane, see PhQ::PlanarForce. More...
 

Namespaces

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

Functions

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