+ Reply to Thread
Results 1 to 4 of 4

Thread: line-segment intersection

  1. #1
    admin's Avatar
    admin is offline Administrator
    Join Date
    Mar 2010
    Posts
    44

    line-segment intersection

    How will u find that two line-segments intersect. Please note it is line-segment not line.

  2. #2
    jalajb2k7 Guest
    its a standard problem of computation geometry
    just check if the two end points of a line lie opposite side of the other line and vice versa
    you can check this using cross product
    plus do check the boundary case if end point of 1 segment lie on other

  3. #3
    puspendra Guest
    1. Get intersection point of two line..
    2. find intersection point lie of line segment or not..

  4. #4
    kv391_ is offline Junior Member
    Join Date
    Jan 2012
    Posts
    3
    Check if the slopes are equal.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intersection point of two linked lists
    By TopGun in forum Amazon
    Replies: 3
    Last Post: 2nd July 2010, 02:18
  2. line segment intersection
    By Surfer in forum Adobe
    Replies: 2
    Last Post: 22nd April 2010, 23:39
  3. Find intersection of two arrays
    By TopGun in forum Amazon
    Replies: 0
    Last Post: 19th June 2008, 14:27

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts