
Definition at line 51 of file transformation2.hh.
Public Member Functions | |
| Vector2 (T x, T y) | |
| Vector2 () | |
| const T & | x () const |
| const T & | y () const |
| T & | x () |
| T & | y () |
| T | norm2 () const |
Public Attributes | |
| T | values [2] |
| container for x and y | |
Constructor
Definition at line 55 of file transformation2.hh.
Default constructor which sets x and y to 0
Definition at line 57 of file transformation2.hh.
| const T& Vector2< T >::x | ( | ) | const [inline] |
| const T& Vector2< T >::y | ( | ) | const [inline] |
| T& Vector2< T >::x | ( | ) | [inline] |
| T& Vector2< T >::y | ( | ) | [inline] |
| T Vector2< T >::norm2 | ( | ) | const [inline] |
1.5.0