#include "defines.h"
#include "gmath.h"
#include <iostream>
Include dependency graph for tvector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | salt |
Classes | |
class | salt::TVector< DATATYPE, ELEMENTS, TYPE > |
TVector is a template class for vector implementations. More... | |
class | salt::TVector2< DATATYPE, TYPE > |
TVector2 is a two dimensional version of TVector. More... | |
class | salt::TVector3< DATATYPE, TYPE > |
TVector3 is a two dimensional version of TVector. More... | |
Functions | |
template<typename DATATYPE, int ELEMENTS, typename TYPE> | |
std::ostream & | salt::operator<< (std::ostream &ost, const TVector< DATATYPE, ELEMENTS, TYPE > &v) |
template<typename DATATYPE, int ELEMENTS, class TYPE> | |
f_inline const TYPE | salt::operator * (const DATATYPE &f, const TVector< DATATYPE, ELEMENTS, TYPE > &vec) |