diff options
author | aap <aap@papnet.eu> | 2021-05-23 17:45:07 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 21:32:43 +0300 |
commit | 50058371efaf4c5713b7a608db0c7990ec3d78a6 (patch) | |
tree | 314722ae778432755c8ea0563a317df52fe130ee /src/math/VuVector.h | |
parent | ce0a097392c5c6349ec9b5f83120dbc6a5c02230 (diff) |
CEntity and C(Vu)Vector fixes and cleanup
Diffstat (limited to 'src/math/VuVector.h')
-rw-r--r-- | src/math/VuVector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/VuVector.h b/src/math/VuVector.h index 30d62cfc..41584095 100644 --- a/src/math/VuVector.h +++ b/src/math/VuVector.h @@ -22,6 +22,8 @@ public: x = 1.0f; } */ + + // TODO: operator- }; void TransformPoint(CVuVector &out, const CMatrix &mat, const CVuVector &in); |