|
| PLAYRHO_CONSTEXPR bool | playrho::d2::operator== (const Position &lhs, const Position &rhs) |
| | Equality operator. More...
|
| |
| PLAYRHO_CONSTEXPR bool | playrho::d2::operator!= (const Position &lhs, const Position &rhs) |
| | Inequality operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator- (const Position &value) |
| | Negation operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator+ (const Position &value) |
| | Positive operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position & | playrho::d2::operator+= (Position &lhs, const Position &rhs) |
| | Addition assignment operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator+ (const Position &lhs, const Position &rhs) |
| | Addition operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position & | playrho::d2::operator-= (Position &lhs, const Position &rhs) |
| | Subtraction assignment operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator- (const Position &lhs, const Position &rhs) |
| | Subtraction operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator* (const Position &pos, const Real scalar) |
| | Multiplication operator. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::operator* (const Real scalar, const Position &pos) |
| | Multiplication operator. More...
|
| |
| template<> |
| PLAYRHO_CONSTEXPR bool | playrho::IsValid (const d2::Position &value) noexcept |
| | Determines if the given value is valid. More...
|
| |
| PLAYRHO_CONSTEXPR Position | playrho::d2::GetPosition (const Position pos0, const Position pos1, const Real beta) noexcept |
| |