#include "KeosPrerequisites.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CVector2< T > |
| Standard 2-dimensional vector with customizable type. More... | |
Typedefs | |
| typedef CVector2< int > | Keos::TVector2I |
| typedef CVector2< float > | Keos::TVector2F |
Functions | |
| template<class T> | |
| CVector2< T > | Keos::operator * (const CVector2< T > &v, T t) |
| template<class T> | |
| CVector2< T > | Keos::operator/ (const CVector2< T > &v, T t) |
| template<class T> | |
| CVector2< T > | Keos::operator * (T t, const CVector2< T > &v) |
| template<class T> | |
| T | Keos::VectorDot (const CVector2< T > &v1, const CVector2< T > &v2) |
| template<class T> | |
| CVector2< T > | Keos::VectorCross (const CVector2< T > &v1, const CVector2< T > &v2) |
| template<class T> | |
| std::istream & | Keos::operator>> (std::istream &Stream, CVector2< T > &Vector) |
| template<class T> | |
| std::ostream & | Keos::operator<< (std::ostream &Stream, const CVector2< T > &Vector) |
1.5.1-p1