#include "Wm4FoundationLIB.h"
#include "Wm4Plane3.h"
#include "Wm4Vector4.h"
#include "Wm4Matrix4.inl"
Go to the source code of this file.
Classes | |
class | Wm4::Matrix4< Real > |
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Typedefs | |
typedef Matrix4< double > | Wm4::Matrix4d |
typedef Matrix4< float > | Wm4::Matrix4f |
Functions | |
template<class Real > | |
Vector4< Real > | Wm4::operator* (const Vector4< Real > &rkV, const Matrix4< Real > &rkM) |
template<class Real > | |
Matrix4< Real > | Wm4::operator* (Real fScalar, const Matrix4< Real > &rkM) |