#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <ImLib3D/CppTools.hpp>Include dependency graph for Vect2D.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Typedefs | |
| typedef Vect2D< float, float > | Vect2Df | 
| typedef Vect2D< double, double > | Vect2Dd | 
| typedef Vect2D< int, float > | Vect2Di | 
| Functions | |
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator+ (const Vect2D< Value, Real > &v1, const Vect2D< Value, Real > &v2) | 
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator- (const Vect2D< Value, Real > &v1, const Vect2D< Value, Real > &v2) | 
| template<class Value, class Real> | |
| Value | operator * (const Vect2D< Value, Real > &v1, const Vect2D< Value, Real > &v2) | 
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator/ (const Vect2D< Value, Real > &v1, Value l) | 
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator * (float l, const Vect2D< Value, Real > &v1) | 
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator * (double l, const Vect2D< Value, Real > &v1) | 
| template<class Value, class Real> | |
| Vect2D< Value, Real > | operator * (int l, const Vect2D< Value, Real > &v1) | 
| template<class T> | |
| bool | IsVect2Df () | 
| runtime type determination | |
| template<> | |
| bool | IsVect2Df< Vect2Df > () | 
| template<> | |
| string | TypeName< Vect2Df > () | 
| runtime type determination | |
Definition in file Vect2D.hpp.
 1.4.2
 1.4.2