#include "Wm4FoundationLIB.h"
#include "Wm4GVector.h"
#include "Wm4GMatrix.inl"
Go to the source code of this file.
Classes | |
class | Wm4::GMatrix< Real > |
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Typedefs | |
typedef GMatrix< double > | Wm4::GMatrixd |
typedef GMatrix< float > | Wm4::GMatrixf |
Functions | |
template<class Real > | |
GVector< Real > | Wm4::operator* (const GVector< Real > &rkV, const GMatrix< Real > &rkM) |
template<class Real > | |
GMatrix< Real > | Wm4::operator* (Real fScalar, const GMatrix< Real > &rkM) |