// // Created by sid on 1/2/24. // #ifndef HMMM_UTILITIES_H #define HMMM_UTILITIES_H #include "raymath.h" Vector2 toCenter(Vector2 vector); Vector2 toTopLeft(Vector2 vector); Vector2 angle2HeadingVector(float angle); #endif //HMMM_UTILITIES_H