summaryrefslogtreecommitdiff
path: root/themes/mathlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mathlib.h')
-rw-r--r--themes/mathlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/mathlib.h b/themes/mathlib.h
index be9aaf6..bb62f39 100644
--- a/themes/mathlib.h
+++ b/themes/mathlib.h
@@ -102,6 +102,7 @@ struct Vector4 {
Vector4 toNormalizedColor();
Vector4(Vector2& v);
Vector4(Vector3& v);
+ Vector3 toVector3();
float length();
Vector4 normalize();