From 9d33d175b5cd564e77bda07fcbce252477f7c40f Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 19 Sep 2021 19:53:42 -0400 Subject: Decently working autumn 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 e3c6875..a0515f1 100644 --- a/themes/mathlib.h +++ b/themes/mathlib.h @@ -36,6 +36,7 @@ struct Vector2 { Vector2 negate(); Vector2 getPerp(); Vector2 rotate(float angle); + Vector2 rotateAbout(float angle, Vector2 p); float determinant(Vector2 other); void printDebug(const char* name); -- cgit v1.2.1