summaryrefslogtreecommitdiff
path: root/src/math/VuVector.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-05-23 17:55:55 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 21:45:21 +0300
commite014bb5359ae464f14a413dd5ee98f0b5a385f67 (patch)
tree0a687f497f318c4a849e7054f05851a73f2f0c0c /src/math/VuVector.h
parentfb03ee45b5adbab6c59aa56f98992c69e0ade4b4 (diff)
CEntity done; C(Vu)Vector fixes and cleanup
Diffstat (limited to 'src/math/VuVector.h')
-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 026965d1..ccaa4cfb 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);