#include "Wm4FoundationLIB.h"
#include "Wm4Vector3.h"
#include "Wm4Matrix3.inl"
Include dependency graph for Wm4Matrix3.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Wm4 |
Classes | |
class | Wm4::Matrix3< Real > |
Typedefs | |
typedef Matrix3< float > | Wm4::Matrix3f |
typedef Matrix3< double > | Wm4::Matrix3d |
Functions | |
template<class Real> | |
Matrix3< Real > | Wm4::operator * (Real fScalar, const Matrix3< Real > &rkM) |
template<class Real> | |
Vector3< Real > | Wm4::operator * (const Vector3< Real > &rkV, const Matrix3< Real > &rkM) |