Go to the source code of this file.
|
| template<typename T > |
| constexpr TOffset2< T > | Math::operator+ (const TOffset2< T > &lhs, const TOffset2< T > &rhs) noexcept |
| | Returns the sum of left hand side offset 'lhs' and the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr TOffset2< T > | Math::operator- (const TOffset2< T > &lhs, const TOffset2< T > &rhs) noexcept |
| | Returns the subtraction of left hand side offset 'lhs' and the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr TOffset3< T > | Math::operator+ (const TOffset3< T > &lhs, const TOffset3< T > &rhs) noexcept |
| | Returns the sum of left hand side offset 'lhs' and the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr TOffset3< T > | Math::operator- (const TOffset3< T > &lhs, const TOffset3< T > &rhs) noexcept |
| | Returns the subtraction of left hand side offset 'lhs' and the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr bool | Math::operator== (const TOffset2< T > &lhs, const TOffset2< T > &rhs) noexcept |
| | Returns true if the left hand side offset 'lhs' is equal to the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr bool | Math::operator!= (const TOffset2< T > &lhs, const TOffset2< T > &rhs) noexcept |
| | Returns true if the left hand side offset 'lhs' is unequal to the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr bool | Math::operator== (const TOffset3< T > &lhs, const TOffset3< T > &rhs) noexcept |
| | Returns true if the left hand side offset 'lhs' is equal to the right hand side offset 'rhs'.
|
| |
| template<typename T > |
| constexpr bool | Math::operator!= (const TOffset3< T > &lhs, const TOffset3< T > &rhs) noexcept |
| | Returns true if the left hand side offset 'lhs' is unequal to the right hand side offset 'rhs'.
|
| |