#include "Matrix.hpp"
#include "Vector4.hpp"
Go to the source code of this file.
Classes | |
class | kn::Matrix4x4< T > |
Namespaces | |
namespace | kn |
Typedefs | |
typedef Matrix4x4< float > | kn::Matrix4x4f |
typedef Matrix4x4< double > | kn::Matrix4x4d |
typedef Matrix4x4< int > | kn::Matrix4x4i |
Functions | |
template<class U > | |
Vector4< U > | kn::operator* (const Vector4< U > &v, const Matrix4x4< U > &m) |
Multiplies a vector with a matrix. | |
template<class U > | |
Matrix4x4< U > | kn::operator* (const U &d, const Matrix4x4< U > &m) |
Multiplies a scalar with a matrix4x4. |