#include <vhacdVector.h>
Public Member Functions | |
| T | GetNorm () const |
| void | Normalize () |
| Vec2 | operator* (T rhs) const |
| T | operator* (const Vec2 &rhs) const |
| void | operator*= (T a) |
| Vec2 | operator+ (const Vec2 &rhs) const |
| void | operator+= (T a) |
| void | operator+= (const Vec2 &rhs) |
| Vec2 | operator- () const |
| Vec2 | operator- (const Vec2 &rhs) const |
| void | operator-= (T a) |
| void | operator-= (const Vec2 &rhs) |
| Vec2 | operator/ (T rhs) const |
| void | operator/= (T a) |
| void | operator= (const Vec2 &rhs) |
| const T & | operator[] (size_t i) const |
| T & | operator[] (size_t i) |
| T | operator^ (const Vec2 &rhs) const |
| Vec2 (const Vec2 &rhs) | |
| Vec2 (T x, T y) | |
| Vec2 (T a) | |
| Vec2 () | |
| const T & | X () const |
| T & | X () |
| const T & | Y () const |
| T & | Y () |
| ~Vec2 (void) | |
| VHACD::Vec2< T >::Vec2 | ( | ) |
| VHACD::Vec2< T >::Vec2 | ( | T | a | ) |
| VHACD::Vec2< T >::Vec2 | ( | T | x, | |
| T | y | |||
| ) |
| VHACD::Vec2< T >::Vec2 | ( | const Vec2< T > & | rhs | ) |
| VHACD::Vec2< T >::~Vec2 | ( | void | ) |
| T VHACD::Vec2< T >::GetNorm | ( | ) | const |
| void VHACD::Vec2< T >::Normalize | ( | ) |
| Vec2 VHACD::Vec2< T >::operator* | ( | T | rhs | ) | const |
| T VHACD::Vec2< T >::operator* | ( | const Vec2< T > & | rhs | ) | const |
| void VHACD::Vec2< T >::operator*= | ( | T | a | ) |
| Vec2 VHACD::Vec2< T >::operator+ | ( | const Vec2< T > & | rhs | ) | const |
| void VHACD::Vec2< T >::operator+= | ( | T | a | ) |
| void VHACD::Vec2< T >::operator+= | ( | const Vec2< T > & | rhs | ) |
| Vec2 VHACD::Vec2< T >::operator- | ( | ) | const |
| Vec2 VHACD::Vec2< T >::operator- | ( | const Vec2< T > & | rhs | ) | const |
| void VHACD::Vec2< T >::operator-= | ( | T | a | ) |
| void VHACD::Vec2< T >::operator-= | ( | const Vec2< T > & | rhs | ) |
| Vec2 VHACD::Vec2< T >::operator/ | ( | T | rhs | ) | const |
| void VHACD::Vec2< T >::operator/= | ( | T | a | ) |
| void VHACD::Vec2< T >::operator= | ( | const Vec2< T > & | rhs | ) |
| const T& VHACD::Vec2< T >::operator[] | ( | size_t | i | ) | const [inline] |
| T& VHACD::Vec2< T >::operator[] | ( | size_t | i | ) | [inline] |
| T VHACD::Vec2< T >::operator^ | ( | const Vec2< T > & | rhs | ) | const |
| const T& VHACD::Vec2< T >::X | ( | ) | const |
| T& VHACD::Vec2< T >::X | ( | ) |
| const T& VHACD::Vec2< T >::Y | ( | ) | const |
| T& VHACD::Vec2< T >::Y | ( | ) |