25#pragma warning(disable:4275)
45 void ResetTransformation();
46 void MultiplyTransformation(
const CMatrix &Deformation);
47 void AddScale(
double dXScale = 1,
double dYScale = 1,
double dZScale = 1);
57 void Rotate(
WXYZ Rotation);
Class to represent a matrix and perform various operations on it.
Namespace containing a series of customised math operations not found in the standard c++ library.
Struct for representing a quaternion.