TAPs 0.7.7.3
TAPsVector4.hpp File Reference
#include "TAPsVector.hpp"
#include "TAPsVector3.hpp"
#include "TAPsVector4.cpp"
Include dependency graph for TAPsVector4.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector4< T >
 A class for 4D vectors -- inherited from Vector class. More...
class  Point4< T >

Typedefs

typedef Vector4< int > Vector4i
typedef Vector4< float > Vector4f
typedef Vector4< double > Vector4d
typedef Vector4< long double > Vector4ld
typedef Point4< int > Point4i
typedef Point4< float > Point4f
typedef Point4< double > Point4d

Typedef Documentation

typedef Point4<double> Point4d

Definition at line 139 of file TAPsVector4.hpp.

typedef Point4<float> Point4f

Definition at line 138 of file TAPsVector4.hpp.

typedef Point4<int> Point4i

Definition at line 137 of file TAPsVector4.hpp.

typedef Vector4<double> Vector4d

Definition at line 110 of file TAPsVector4.hpp.

typedef Vector4<float> Vector4f

Definition at line 109 of file TAPsVector4.hpp.

typedef Vector4<int> Vector4i

Definition at line 108 of file TAPsVector4.hpp.

typedef Vector4<long double> Vector4ld

Definition at line 111 of file TAPsVector4.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines