Acceleration.hpp File Reference

Go to the source code of this file.

Classes

struct  playrho::d2::Acceleration
 2-D acceleration related data structure. More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

PLAYRHO_CONSTEXPR bool playrho::d2::operator== (const Acceleration &lhs, const Acceleration &rhs)
 Equality operator. More...
 
PLAYRHO_CONSTEXPR bool playrho::d2::operator!= (const Acceleration &lhs, const Acceleration &rhs)
 Inequality operator. More...
 
PLAYRHO_CONSTEXPR Acceleration & playrho::d2::operator*= (Acceleration &lhs, const Real rhs)
 Multiplication assignment operator. More...
 
PLAYRHO_CONSTEXPR Acceleration & playrho::d2::operator/= (Acceleration &lhs, const Real rhs)
 Division assignment operator. More...
 
PLAYRHO_CONSTEXPR Acceleration & playrho::d2::operator+= (Acceleration &lhs, const Acceleration &rhs)
 Addition assignment operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator+ (const Acceleration &lhs, const Acceleration &rhs)
 Addition operator. More...
 
PLAYRHO_CONSTEXPR Acceleration & playrho::d2::operator-= (Acceleration &lhs, const Acceleration &rhs)
 Subtraction assignment operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator- (const Acceleration &lhs, const Acceleration &rhs)
 Subtraction operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator- (const Acceleration &value)
 Negation operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator+ (const Acceleration &value)
 Positive operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator* (const Acceleration &lhs, const Real rhs)
 Multiplication operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator* (const Real lhs, const Acceleration &rhs)
 Multiplication operator. More...
 
PLAYRHO_CONSTEXPR Acceleration playrho::d2::operator/ (const Acceleration &lhs, const Real rhs)
 Division operator. More...
 
template<>
PLAYRHO_CONSTEXPR bool playrho::IsValid (const d2::Acceleration &value) noexcept
 Determines if the given value is valid. More...