PIMathMatrixT remove scale and rotate funcs

This commit is contained in:
2020-10-22 12:44:30 +03:00
parent 13a0c1097a
commit b46825a5a0
3 changed files with 56 additions and 198 deletions

View File

@@ -52,9 +52,6 @@ public:
protected:
double q[4];
PIMathMatrixT44d makeMatrix() const;
};
PIP_EXPORT PIQuaternion operator *(const double & a, const PIQuaternion & q);