24.03.2013 Views

Computational Geometry Convex Hull Line Segment Intersection ...

Computational Geometry Convex Hull Line Segment Intersection ...

Computational Geometry Convex Hull Line Segment Intersection ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• For each pair of points p, q, form the line that<br />

passes through p and q and determine if all<br />

the other points are on one side of the line.<br />

– If so the line from p to q is on the convex hull<br />

– Otherwise not<br />

• Time Complexity is O(n 3 )<br />

– Constant time to test if point is on one side of the<br />

line<br />

0 =<br />

(q − p )x + (p − q )y + p q − p<br />

2<br />

2<br />

1<br />

CSE 589 - Lecture 10 - Autumn<br />

2001<br />

1<br />

2<br />

1<br />

1<br />

q<br />

2<br />

8

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!