inside
Checks if the given float coordinates are inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
The x coordinate.
The y coordinate.
Checks if the given integer coordinates are inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
The x coordinate.
The y coordinate.
Checks if the given integer point is inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
A pair representing the (x, y) coordinates.
Checks if the given double coordinates are inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
The x coordinate.
The y coordinate.
Checks if the given double point is inside the hitbox.
Return
True if the point is inside the hitbox, false otherwise.
Parameters
A pair representing the (x, y) coordinates.