#include <position2d.h>
| position2d | ( | T | x, | |
| T | y | |||
| ) | [inline] |
| position2d | ( | ) | [inline] |
| position2d | ( | const position2d< T > & | other | ) | [inline] |
| position2d<T> operator * | ( | const s32 & | val | ) | const [inline] |
| position2d<T> operator * | ( | const f32 & | val | ) | const [inline] |
| const position2d<T>& operator *= | ( | const s32 & | val | ) | [inline] |
| const position2d<T>& operator *= | ( | const f32 & | val | ) | [inline] |
| bool operator!= | ( | const position2d< T > & | other | ) | const [inline] |
| position2d<T> operator+ | ( | const position2d< T > & | other | ) | const [inline] |
| const position2d<T>& operator+= | ( | const position2d< T > & | other | ) | [inline] |
| position2d<T> operator- | ( | const position2d< T > & | other | ) | const [inline] |
| const position2d<T>& operator-= | ( | const position2d< T > & | other | ) | [inline] |
| const position2d<T>& operator= | ( | const position2d< T > & | other | ) | [inline] |
| bool operator== | ( | const position2d< T > & | other | ) | const [inline] |
| void set | ( | const T & | x, | |
| const T & | y | |||
| ) | [inline] |
| T X |
| T Y |
1.5.1-p1