#include <math.h>
#include <string.h>
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 |