Classes | Typedefs

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

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

Go to the source code of this file.

Classes

class  Vector3< T >

Typedefs

typedef Vector3< int > Vector3i
typedef Vector3< unsigned int > Vector3ui
typedef Vector3< long > Vector3l
typedef Vector3< unsigned long > Vector3ul
typedef Vector3< float > Vector3f

Typedef Documentation

typedef Vector3<float> Vector3f

Definition at line 182 of file vector3.h.

typedef Vector3<int> Vector3i

Definition at line 178 of file vector3.h.

typedef Vector3<long> Vector3l

Definition at line 180 of file vector3.h.

typedef Vector3<unsigned int> Vector3ui

Definition at line 179 of file vector3.h.

typedef Vector3<unsigned long> Vector3ul

Definition at line 181 of file vector3.h.