19#include "aeongui/Vector2.hpp"
47 DLL
double GetX()
const;
51 DLL
double GetY()
const;
double GetHeight() const
Get the height of the bounding box.
Definition AABB.cpp:33
const Vector2 & GetRadii() const
Get the radii (half-extents) of the bounding box.
Definition AABB.cpp:41
double GetX() const
Get the X coordinate of the top-left corner.
Definition AABB.cpp:21
const Vector2 & GetCenter() const
Get the center of the bounding box.
Definition AABB.cpp:37
double GetY() const
Get the Y coordinate of the top-left corner.
Definition AABB.cpp:25
double GetWidth() const
Get the width of the bounding box.
Definition AABB.cpp:29
AABB()
Default constructor. Initializes center and radii to zero.
2D vector of doubles.
Definition Vector2.hpp:31