2007-05-07 09:33:24 -07:00
|
|
|
#ifndef INCLUDED_MATHS
|
|
|
|
|
#define INCLUDED_MATHS
|
2006-12-11 18:11:24 -08:00
|
|
|
|
2006-12-26 14:43:09 -08:00
|
|
|
class FMMatrix44;
|
|
|
|
|
|
2007-03-16 11:00:58 -07:00
|
|
|
extern void DumpMatrix(const FMMatrix44& m);
|
|
|
|
|
extern FMMatrix44 DecomposeToScaleMatrix(const FMMatrix44& m);
|
|
|
|
|
|
2007-03-02 18:20:57 -08:00
|
|
|
// (None of these are used any more)
|
|
|
|
|
// extern FMMatrix44 operator+ (const FMMatrix44& a, const FMMatrix44& b);
|
|
|
|
|
// extern FMMatrix44 operator/ (const FMMatrix44& a, const float b);
|
|
|
|
|
// extern FMMatrix44 QuatToMatrix(float x, float y, float z, float w);
|
2006-12-11 18:11:24 -08:00
|
|
|
|
2007-05-07 09:33:24 -07:00
|
|
|
#endif // INCLUDED_MATHS
|