Blender V2.61 - r43446
Classes | Functions

MT_Matrix4x4.h File Reference

#include <MT_assert.h>
#include "MT_Vector4.h"
#include "MT_Transform.h"

Go to the source code of this file.

Classes

class  MT_Matrix4x4

Functions

MT_Vector4 operator* (const MT_Matrix4x4 &m, const MT_Vector4 &v)
MT_Vector4 operator* (const MT_Vector4 &v, const MT_Matrix4x4 &m)
MT_Matrix4x4 operator* (const MT_Matrix4x4 &m1, const MT_Matrix4x4 &m2)
MT_OStreamoperator<< (MT_OStream &os, const MT_Matrix4x4 &m)

Detailed Description

Definition in file MT_Matrix4x4.h.


Function Documentation

MT_Vector4 operator* ( const MT_Matrix4x4 m,
const MT_Vector4 v 
)

Definition at line 74 of file MT_Matrix4x4.inl.

References MT_dot().

MT_Vector4 operator* ( const MT_Vector4 v,
const MT_Matrix4x4 m 
)

Definition at line 78 of file MT_Matrix4x4.inl.

MT_Matrix4x4 operator* ( const MT_Matrix4x4 m1,
const MT_Matrix4x4 m2 
)

Definition at line 82 of file MT_Matrix4x4.inl.

MT_OStream& operator<< ( MT_OStream os,
const MT_Matrix4x4 m 
) [inline]

Definition at line 237 of file MT_Matrix4x4.h.

References GEN_endl().