Determines if the given pair of coordinates is within the bounds. For that to be the case, the given x needs to be between the left edge (inclusive) and the right edge (exclusive) and the given y needs to be between the top edge (inclusive) and the bottom edge (exclusive).
Determines if the given pair of coordinates is within the bounds. For that to be the case, the given x needs to be between the left edge (inclusive) and the right edge (exclusive) and the given y needs to be between the top edge (inclusive) and the bottom edge (exclusive).
Determines if the given Pos is within the bounds. For that to be the case, the Pos object’s x needs to be between the left edge (inclusive) and the right edge (exclusive) and its y needs to be between the top edge (inclusive) and the bottom edge (exclusive).
Determines if the given Pos is within the bounds. For that to be the case, the Pos object’s x needs to be between the left edge (inclusive) and the right edge (exclusive) and its y needs to be between the top edge (inclusive) and the bottom edge (exclusive).