1

I am trying to do things like:

  1. Given two line segments, find if they intersect.
  2. Find the area of an arbitrary Polygon

For everything I have a point in rectangular co-ordinate system.

shabda
  • 1,668
  • 1
  • 18
  • 28

1 Answers1

-1

for finding the area: http://alienryderflex.com/polygon_area/

intersection of two lines: possible duplicate

Community
  • 1
  • 1
user993563
  • 18,601
  • 10
  • 42
  • 55