module utils.shapes; public struct Vec2f { float x,y; } public struct Rectf { float x, y; float width, height; }