#include <Vector2.hpp>
Public Member Functions | |
bool | operator!= (const Vector2< T > &other) const noexcept |
Vector2< T > | operator* (const Vector2< T > &rhs) noexcept |
Vector2< T > & | operator*= (const Vector2< T > &rhs) noexcept |
Vector2< T > | operator+ (const Vector2< T > &rhs) const noexcept |
Vector2< T > & | operator+= (const Vector2< T > &rhs) noexcept |
Vector2< T > | operator- (const Vector2< T > &rhs) const noexcept |
Vector2< T > & | operator-= (const Vector2< T > &rhs) noexcept |
Vector2< T > | operator/ (const Vector2< T > &rhs) noexcept |
Vector2< T > & | operator/= (const Vector2< T > &rhs) noexcept |
bool | operator== (const Vector2< T > &other) const noexcept |
Vector2 () | |
Construct a zero'd Vector2. More... | |
Vector2 (const T x, const T y) | |
Public Attributes | |
T | x |
T | y |
A 2D vector
T | The element types |
Definition at line 16 of file Vector2.hpp.
|
inline |
Construct a zero'd Vector2.
Definition at line 22 of file Vector2.hpp.
|
inline |
Definition at line 31 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 45 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 74 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 79 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 62 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 67 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 50 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 55 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 86 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 91 of file Vector2.hpp.
|
inlinenoexcept |
Definition at line 40 of file Vector2.hpp.
T quori_face::Vector2< T >::x |
Definition at line 37 of file Vector2.hpp.
T quori_face::Vector2< T >::y |
Definition at line 38 of file Vector2.hpp.