|
API Documentation
|
|
|
29 Rectangle (
float x,
float y,
float width,
float height) noexcept ;
float _height
The full height of the rectangle.
Definition: Rectangle.h:55
Encompasses all API of component NilkinsMaths.
Definition: IntVector.h:7
float _x
The x coordinate of the origin.
Definition: Rectangle.h:52
Represents a 2D Point.
Definition: Point.h:12
float _width
The full width of the rectangle.
Definition: Rectangle.h:54
bool pointInside(Point point) const
float _y
The y coordinate of the origin.
Definition: Rectangle.h:53
Represents a 2D rectangle.
Definition: Rectangle.h:12