#include "Wm4FoundationLIB.h"
#include "Wm4Vector3.h"
#include "Wm4Matrix3.inl"
Go to the source code of this file.
Classes | |
class | Wm4::Matrix3< Real > |
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Typedefs | |
typedef Matrix3< double > | Wm4::Matrix3d |
typedef Matrix3< float > | Wm4::Matrix3f |
Functions | |
template<class Real > | |
Vector3< Real > | Wm4::operator* (const Vector3< Real > &rkV, const Matrix3< Real > &rkM) |
template<class Real > | |
Matrix3< Real > | Wm4::operator* (Real fScalar, const Matrix3< Real > &rkM) |