here's a geometric problem that I've been unsuccessful to solve:
- we have four points A, B, C, D defining an area
- and two points E, F
- E is within the boundaries of the polygon ABCD
- F is outside the borders
We know the (x, y) coordinates of each point.
(see the figure below)
Determine for any point G (x, y) if G is inside or outside ABCD
Any ideas out there?
Thanks Adrien