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

Go to the source code of this file.

Classes

class  Vector2< T >
 A class for 2D vectors -- inherited from Vector class. More...
class  Point2< T >

Typedefs

typedef Vector2< int > Vector2i
typedef Vector2< float > Vector2f
typedef Vector2< double > Vector2d
typedef Vector2< long double > Vector2ld
typedef Point2< int > Point2i
typedef Point2< float > Point2f
typedef Point2< double > Point2d

Typedef Documentation

typedef Point2<double> Point2d

Definition at line 121 of file TAPsVector2.hpp.

typedef Point2<float> Point2f

Definition at line 120 of file TAPsVector2.hpp.

typedef Point2<int> Point2i

Definition at line 119 of file TAPsVector2.hpp.

typedef Vector2<double> Vector2d

Definition at line 92 of file TAPsVector2.hpp.

typedef Vector2<float> Vector2f

Definition at line 91 of file TAPsVector2.hpp.

typedef Vector2<int> Vector2i

Definition at line 90 of file TAPsVector2.hpp.

typedef Vector2<long double> Vector2ld

Definition at line 93 of file TAPsVector2.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines