nCine/Primitives/Matrix4x4.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

template<class T>
class nCine::Matrix4x4
Four-by-four matrix.

Typedefs

using Matrix4x4f = Matrix4x4<float>
Four-by-four matrix of floats.

Functions

template<class S>
auto operator*(const Vector4<S>& v, const Matrix4x4<S>& m) -> Vector4<S>
template<class S>
auto operator*(const Vector3<S>& v, const Matrix4x4<S>& m) -> Vector3<S>
template<class S>
auto operator*(S s, const Matrix4x4<S>& m) -> Matrix4x4<S>