diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-09-19 19:53:42 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-09-19 19:53:42 -0400 |
commit | 9d33d175b5cd564e77bda07fcbce252477f7c40f (patch) | |
tree | 21eedba8ca61e6f4e6c5fc20bdfd0488b4c166c3 /themes/mathlib.h | |
parent | de850676e79da39aec6f1ce0400cfa94cecbd744 (diff) |
Decently working autumn theme
Diffstat (limited to 'themes/mathlib.h')
-rw-r--r-- | themes/mathlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |