#include "Wm4FoundationLIB.h"
#include "Wm4Vector2.h"
#include "Wm4Matrix2.inl"
Go to the source code of this file.
Classes | |
class | Wm4::Matrix2< Real > |
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Typedefs | |
typedef Matrix2< double > | Wm4::Matrix2d |
typedef Matrix2< float > | Wm4::Matrix2f |
Functions | |
template<class Real > | |
Vector2< Real > | Wm4::operator* (const Vector2< Real > &rkV, const Matrix2< Real > &rkM) |
template<class Real > | |
Matrix2< Real > | Wm4::operator* (Real fScalar, const Matrix2< Real > &rkM) |