Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Ok I have an adjacency list. (no problem) I have a collection of random 2d vectors (2d lines). (no problem) Some of these intersect each other. (no problem) I can loop through and calculate intersections fine. (no problem) My adjacency list is fine. (no problem) My problem is devising the algorithm to loop through a random list of 2d lines and put these into my adjacency list ready to be searched. (problem!)

I created a list of intersections but can't figure how to get the adjacent intersections for any given intersection! I would post my code, but have tried so many algorithms there are too many and none work.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.