diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-08-25 15:48:13 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-08-25 15:48:13 +0200 |
commit | 16624e174bc8c9e53a59f392b159b529e11ef82c (patch) | |
tree | 4c8a2131d5e58f3da2e2586c201855c01ada14b0 /src/math/Matrix.h | |
parent | more CCarCtrl (diff) | |
parent | Merge pull request #196 from erorcun/erorcun (diff) | |
download | re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar.gz re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar.bz2 re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar.lz re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar.xz re3-16624e174bc8c9e53a59f392b159b529e11ef82c.tar.zst re3-16624e174bc8c9e53a59f392b159b529e11ef82c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/math/Matrix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h index bfe85afa..7d8c02ab 100644 --- a/src/math/Matrix.h +++ b/src/math/Matrix.h @@ -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){ |