static AABB SDL_Rect_To_AABB(SDL_Rect const& sdl) { /* MARK: Call to your code! */ AABB my_aabb(sdl.y, sdl.x, sdl.y + sdl.h - 1, sdl.x + sdl.w - 1); return ...
確定! 回上一頁