SDL Utility
|
Provides a structure for simple vector calculations. More...
Go to the source code of this file.
Classes | |
struct | Vector2< T, typename > |
A struct to handle basic 2D vector operations. More... | |
Typedefs | |
typedef Vector2< unsigned int > | Vector2u |
typedef Vector2< unsigned int > | Vec2u |
typedef Vector2< int > | Vector2i |
typedef Vector2< int > | Vec2i |
typedef Vector2< float > | Vector2f |
typedef Vector2< float > | Vec2f |
typedef Vector2< double > | Vector2d |
typedef Vector2< double > | Vec2d |
Provides a structure for simple vector calculations.