9 ::ll::TypedStorage<4, 4, float> _x0;
10 ::ll::TypedStorage<4, 4, float> _x1;
11 ::ll::TypedStorage<4, 4, float> _y0;
12 ::ll::TypedStorage<4, 4, float> _y1;
22 MCAPI_C RectangleArea(
float x0,
float y0,
float x1,
float y1,
bool checkForValidity);
24 MCAPI_C ::RectangleArea grow(::glm::vec2
const& f)
const;
26 MCAPI_C
bool isOverlapping(::RectangleArea
const& rect)
const;
28 MCAPI_C ::RectangleArea translate(
float tx,
float ty)
const;
34 MCAPI_C
void* $ctor(
float x0,
float y0,
float x1,
float y1,
bool checkForValidity);