This commit is contained in:
eray orçunus
2019-08-23 01:44:38 +03:00
parent ed9ab6c55f
commit e5df72a1e9
8 changed files with 764 additions and 127 deletions

View File

@ -212,6 +212,7 @@ public:
}
void SetRotate(float xAngle, float yAngle, float zAngle);
void Rotate(float x, float y, float z);
void RotateX(float x);
void Reorthogonalise(void);
void CopyOnlyMatrix(CMatrix *other){