there are some approximations involved there, it should be (area(big) -
sum(area small)) < error
a better approach would be to find if the point is on the proper side of
each edge
take all the edges clockwise and calculate the sinus between each edge and
the point, if they are all positive, the point is inside.

Titus

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to