Checks if a point is inside a rectangle defined by 4 corners. Assumes convex shape (rectangle). Uses the dot product method (0 < AMAB < ABAB etc.)
The point to check.
The 4 corners of the rectangle.
True if the point is inside.
Checks if a point is inside a rectangle defined by 4 corners. Assumes convex shape (rectangle). Uses the dot product method (0 < AMAB < ABAB etc.)