KeosVector3.h File Reference

#include "KeosPrerequisites.h"

Go to the source code of this file.

Namespaces

namespace  Keos

Classes

class  Keos::CVector3< T >
 Standard 3-dimensional vector with customizable type. More...

Typedefs

typedef CVector3< int > Keos::TVector3I
typedef CVector3< float > Keos::TVector3F

Functions

template<class T>
CVector3< T > Keos::operator * (const CVector3< T > &v, T t)
template<class T>
CVector3< T > Keos::operator/ (const CVector3< T > &v, T t)
template<class T>
CVector3< T > Keos::operator * (T t, const CVector3< T > &v)
template<class T>
Keos::VectorDot (const CVector3< T > &v1, const CVector3< T > &v2)
template<class T>
CVector3< T > Keos::VectorCross (const CVector3< T > &v1, const CVector3< T > &v2)
template<class T>
CVector3< T > Keos::VectorBetweenTwoPoints (const CVector3< T > &p1, const CVector3< T > &p2)
template<class T>
std::istream & Keos::operator>> (std::istream &Stream, CVector3< T > &Vector)
template<class T>
std::ostream & Keos::operator<< (std::ostream &Stream, const CVector3< T > &Vector)


Generated on Fri Mar 9 14:29:04 2007 for Keos by  doxygen 1.5.1-p1