From f6f3a4bad025e65542cd518b551ba0cc3e1898b3 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 9 Oct 2022 11:27:49 -0400 Subject: A much cuter bunny theme --- themes/mathlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/mathlib.h') 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(); -- cgit v1.2.1