1
1
forked from 0ad/0ad
0ad/source/collada/Maths.h

15 lines
453 B
C
Raw Normal View History

#ifndef INCLUDED_MATHS
#define INCLUDED_MATHS
class FMMatrix44;
extern void DumpMatrix(const FMMatrix44& m);
extern FMMatrix44 DecomposeToScaleMatrix(const FMMatrix44& m);
// (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);
#endif // INCLUDED_MATHS