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

Go to the source code of this file.

Classes

class  Vector3< T >
 A class for 3D vectors -- inherited from Vector class. More...
class  Point3< T >

Typedefs

typedef Vector3< int > Vector3i
typedef Vector3< float > Vector3f
typedef Vector3< double > Vector3d
typedef Vector3< long double > Vector3ld
typedef Point3< int > Point3i
typedef Point3< float > Point3f
typedef Point3< double > Point3d

Typedef Documentation

typedef Point3<double> Point3d

Definition at line 135 of file TAPsVector3.hpp.

typedef Point3<float> Point3f

Definition at line 134 of file TAPsVector3.hpp.

typedef Point3<int> Point3i

Definition at line 133 of file TAPsVector3.hpp.

typedef Vector3<double> Vector3d

Definition at line 106 of file TAPsVector3.hpp.

typedef Vector3<float> Vector3f

Definition at line 105 of file TAPsVector3.hpp.

typedef Vector3<int> Vector3i

Definition at line 104 of file TAPsVector3.hpp.

typedef Vector3<long double> Vector3ld

Definition at line 107 of file TAPsVector3.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines