indiantarget / quimeraengine

0 stars 0 forks source link

GetTranslation, GetRotation and GetScale for QTransformationMatrix #621

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Obtain QRotationMatrix, QTranslationMatrix or QScalingMatrix, one at a time, 
through GetTranslation, GetRotation and GetScale. Currently it's only possible 
using the Decompose method.

QTranslationMatrix GetTranslation() const;
QRotationMatrix GetRotation() const;
QScalingMatrix GetScale() const;

Original issue reported on code.google.com by Lince3D@gmail.com on 14 Nov 2014 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 6:30