Checks if a point is inside a square region defined by its vertices.
The point to check.
The vertices of the square.
A boolean indicating whether the point is inside the square.
Checks if a point is inside a square region defined by its vertices.