Math/Matrix4: Add GetSquaredScale() method

Former-commit-id: c1ce74560b735dbcd5a4c377a7577a9d2c1bae09
This commit is contained in:
Lynix
2015-05-26 23:38:06 +02:00
parent 6f06383ab0
commit b0f418c481
2 changed files with 11 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ class NzMatrix4
//NzMatrix3 GetRotationMatrix() const;
NzVector4<T> GetRow(unsigned int row) const;
NzVector3<T> GetScale() const;
NzVector3<T> GetSquaredScale() const;
NzVector3<T> GetTranslation() const;
void GetTransposed(NzMatrix4* dest) const;