Classes | Typedefs

/home/jgoppert/Projects/ap/libraries/AP_Math/vector2.h File Reference

#include <math.h>
Include dependency graph for vector2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Vector2< T >

Typedefs

typedef Vector2< int > Vector2i
typedef Vector2< unsigned int > Vector2ui
typedef Vector2< long > Vector2l
typedef Vector2< unsigned long > Vector2ul
typedef Vector2< float > Vector2f

Typedef Documentation

typedef Vector2<float> Vector2f

Definition at line 155 of file vector2.h.

typedef Vector2<int> Vector2i

Definition at line 151 of file vector2.h.

typedef Vector2<long> Vector2l

Definition at line 153 of file vector2.h.

typedef Vector2<unsigned int> Vector2ui

Definition at line 152 of file vector2.h.

typedef Vector2<unsigned long> Vector2ul

Definition at line 154 of file vector2.h.