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