#include "Matrix.hpp"
#include "Vector3.hpp"
Go to the source code of this file.
Classes | |
class | kn::Matrix3x3< T > |
Namespaces | |
namespace | kn |
Typedefs | |
typedef Matrix3x3< float > | kn::Matrix3x3f |
typedef Matrix3x3< double > | kn::Matrix3x3d |
typedef Matrix3x3< int > | kn::Matrix3x3i |
Functions | |
template<class U > | |
Vector< U > | kn::operator* (const Vector3< U > &v, const Matrix3x3< U > &m) |
Multiplies a vector with a matrix. | |
template<class U > | |
Matrix3x3< U > | kn::operator* (const U &d, const Matrix3x3< U > &m) |
Multiplies a scalar with a matrix3x3. |