Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Loading...
Searching...
No Matches
PhQ::Position< NumericType > Member List

This is the complete list of members for PhQ::Position< NumericType >, including all inherited members.

Angle(const Position< NumericType > &position) constPhQ::Position< NumericType >inline
Create(const NumericType x, const NumericType y, const NumericType z)PhQ::Position< NumericType >inlinestatic
Create(const std::array< NumericType, 3 > &x_y_z)PhQ::Position< NumericType >inlinestatic
Create(const Vector< NumericType > &value)PhQ::Position< NumericType >inlinestatic
DimensionalVector()=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
DimensionalVector(const PhQ::Vector< NumericType > &value)PhQ::DimensionalVector< UnitType, NumericType >inlineexplicitprotected
DimensionalVector(const PhQ::Vector< NumericType > &value, const UnitType unit)PhQ::DimensionalVector< UnitType, NumericType >inlineprotected
DimensionalVector(const DimensionalVector< UnitType, NumericType > &other)=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
DimensionalVector(const DimensionalVector< UnitType, OtherNumericType > &other)PhQ::DimensionalVector< UnitType, NumericType >inlineexplicitprotected
DimensionalVector(DimensionalVector< UnitType, NumericType > &&other) noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
Dimensions()PhQ::DimensionalVector< UnitType, NumericType >inlinestatic
Direction() constPhQ::Position< NumericType >inline
DisplacementPhQ::Position< NumericType >friend
JSON() constPhQ::DimensionalVector< UnitType, NumericType >inline
JSON(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
Magnitude() constPhQ::Position< NumericType >inline
MutableValue() noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
operator*(const NumericType number) constPhQ::Position< NumericType >inline
operator*=(const NumericType number) noexceptPhQ::Position< NumericType >inline
operator+(const Position< NumericType > &position) constPhQ::Position< NumericType >inline
operator+(const Displacement< NumericType > &displacement) constPhQ::Position< NumericType >inline
operator+=(const Position< NumericType > &position) noexceptPhQ::Position< NumericType >inline
operator+=(const Displacement< NumericType > &displacement) noexceptPhQ::Position< NumericType >inline
operator-(const Position< NumericType > &position) constPhQ::Position< NumericType >inline
operator-(const Displacement< NumericType > &displacement) constPhQ::Position< NumericType >inline
operator-=(const Position< NumericType > &position) noexceptPhQ::Position< NumericType >inline
operator-=(const Displacement< NumericType > &displacement) noexceptPhQ::Position< NumericType >inline
operator/(const NumericType number) constPhQ::Position< NumericType >inline
operator/=(const NumericType number) noexceptPhQ::Position< NumericType >inline
operator=(const Position< NumericType > &other)=defaultPhQ::Position< NumericType >
operator=(const Position< OtherNumericType > &other)PhQ::Position< NumericType >inline
operator=(Position< NumericType > &&other) noexcept=defaultPhQ::Position< NumericType >
PhQ::DimensionalVector::operator=(const DimensionalVector< UnitType, NumericType > &other)=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
PhQ::DimensionalVector::operator=(const DimensionalVector< UnitType, OtherNumericType > &other)PhQ::DimensionalVector< UnitType, NumericType >inlineprotected
PhQ::DimensionalVector::operator=(DimensionalVector< UnitType, NumericType > &&other) noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
Position()=defaultPhQ::Position< NumericType >
Position(const Vector< NumericType > &value, const Unit::Length unit)PhQ::Position< NumericType >inline
Position(const Length< NumericType > &x, const Length< NumericType > &y, const Length< NumericType > &z)PhQ::Position< NumericType >inline
Position(const Length< NumericType > &length, const Direction< NumericType > &direction)PhQ::Position< NumericType >inline
Position(const PlanarPosition< NumericType > &planar_force)PhQ::Position< NumericType >inlineexplicit
Position(const Displacement< NumericType > &displacement)PhQ::Position< NumericType >inlineexplicit
Position(const Position< NumericType > &other)=defaultPhQ::Position< NumericType >
Position(const Position< OtherNumericType > &other)PhQ::Position< NumericType >inlineexplicit
Position(Position< NumericType > &&other) noexcept=defaultPhQ::Position< NumericType >
Position(const Vector< NumericType > &value)PhQ::Position< NumericType >inlineexplicitprivate
Print() constPhQ::DimensionalVector< UnitType, NumericType >inline
Print(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
SetValue(const PhQ::Vector< NumericType > &value) noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
StaticValue() constPhQ::DimensionalVector< UnitType, NumericType >inline
Unit()PhQ::DimensionalVector< UnitType, NumericType >inlinestatic
valuePhQ::DimensionalVector< UnitType, NumericType >protected
Value() const noexceptPhQ::DimensionalVector< UnitType, NumericType >inline
Value(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
x() const noexceptPhQ::Position< NumericType >inline
XML() constPhQ::DimensionalVector< UnitType, NumericType >inline
XML(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
y() const noexceptPhQ::Position< NumericType >inline
YAML() constPhQ::DimensionalVector< UnitType, NumericType >inline
YAML(const UnitType unit) constPhQ::DimensionalVector< UnitType, NumericType >inline
z() const noexceptPhQ::Position< NumericType >inline
Zero()PhQ::Position< NumericType >inlinestatic
~DimensionalVector() noexcept=defaultPhQ::DimensionalVector< UnitType, NumericType >protected
~Position() noexcept=defaultPhQ::Position< NumericType >