Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

matrix4.inl File Reference

Go to the source code of this file.

Defines

#define DET(c0, c1, c2, c3, c4, c5, c6, c7, c8)
#define DET(c0, c1, c2, c3, c4, c5, c6, c7, c8)

Functions

Matrix4 operator * (Real r, const Matrix4 &m)


Define Documentation

#define DET c0,
c1,
c2,
c3,
c4,
c5,
c6,
c7,
c8   ) 
 

Value:

(c0 * (c4 * c8 - c5 * c7) + \
     c1 * (c5 * c6 - c3 * c8) + \
     c2 * (c3 * c7 - c4 * c6))

Definition at line 573 of file matrix4.inl.

#define DET c0,
c1,
c2,
c3,
c4,
c5,
c6,
c7,
c8   ) 
 

Value:

(c0 * (c4 * c8 - c5 * c7) + \
     c1 * (c5 * c6 - c3 * c8) + \
     c2 * (c3 * c7 - c4 * c6))

Definition at line 573 of file matrix4.inl.


Function Documentation

Matrix4 operator * Real  r,
const Matrix4 m
[inline]
 

Definition at line 684 of file matrix4.inl.


Generated on Tue May 11 01:31:53 2004 for toxic by doxygen 1.3.6