#include <vector>
#include <iostream>
#include "fv_inc.h"
#include "Vec3D.h"
#include "Homogenous.h"
#include "MathHelper.h"
Go to the source code of this file.
Classes | |
class | FemViewer::Matrix< T > |
Namespaces | |
namespace | FemViewer |
Typedefs | |
typedef Matrix< float > | FemViewer::Matrixf |
typedef Matrix< double > | FemViewer::Matrixd |
Functions | |
template<typename T > | |
std::ostream & | FemViewer::operator<< (std::ostream &strm, const Matrix< T > &mt) |
template<typename T > | |
Matrix< T > | FemViewer::operator* (T lhs, const Matrix< T > &rhs) |
template<typename T > | |
Matrix< T > | FemViewer::operator* (const Matrix< T > &lhs, T rhs) |
template<typename T > | |
std::istream & | FemViewer::operator>> (std::istream &lhs, Matrix< T > &transformation) |