FMath/FMMatrix44.h File Reference

The file containing the class and global functions for 4x4 matrices. More...

Go to the source code of this file.

Classes

class  FMMatrix44
 A 4x4 matrix: use to represent 3D transformations. More...

Typedefs

typedef vector< FMMatrix44FMMatrix44List
 A dynamically-sized array of 4x4 matrices.

Functions

FMMatrix44 FCOLLADA_EXPORT operator * (const FMMatrix44 &m1, const FMMatrix44 &m2)
 Matrix multiplication with two FMMatrix44.
bool IsEquivalent (const FMMatrix44 &m1, const FMMatrix44 &m2)
 Matrix equality comparison function.
bool operator== (const FMMatrix44 &m1, const FMMatrix44 &m2)
 Matrix equality operator override.


Detailed Description

The file containing the class and global functions for 4x4 matrices.


Function Documentation

bool IsEquivalent const FMMatrix44 m1,
const FMMatrix44 m2
 

Matrix equality comparison function.

Parameters:
m1 The first matrix.
m2 The second matrix.
Returns:
Whether the given matrices are equal.

FMMatrix44 FCOLLADA_EXPORT operator * const FMMatrix44 m1,
const FMMatrix44 m2
 

Matrix multiplication with two FMMatrix44.

Parameters:
m1 The first matrix.
m2 The second matrix.
Returns:
The FMMatrix44 representation of the resulting matrix.

bool operator== const FMMatrix44 m1,
const FMMatrix44 m2
[inline]
 

Matrix equality operator override.

Parameters:
m1 The first matrix.
m2 The second matrix.
Returns:
Whether the given matrices are equal.


Generated on Fri May 12 16:44:40 2006 for FCollada by  doxygen 1.4.6-NO