summaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-05-23 17:49:55 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 21:34:33 +0300
commit93e99299250fbc5e459883b514b871f6009edfc6 (patch)
tree551c1d8dfbc1b3cd2d8e2a2fd2a82109f54f09aa /src/math
parentbe019c61269e34d9c9a45bd83e854bb8f38e92ae (diff)
CEntity and C(Vu)Vector fixes and cleanup
Diffstat (limited to 'src/math')
-rw-r--r--src/math/VuVector.h2
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);