Recent content by Helpme21

  1. H

    Finding Collinear Points Given 1 point and 2 lines

    The line segments might intersect but we don't want that point. It can be assumed that if the segments do intersect then they only intersect at the endpoints ie the intersection will not be in the middle of any segment. Cannot assume the problem can be solved, but it is a simple test to see if...
  2. H

    Finding Collinear Points Given 1 point and 2 lines

    I agree with you statements. What would be the best way to determine what the Points P1 and P2 are if they exist?
  3. H

    Finding Collinear Points Given 1 point and 2 lines

    To further Clarify: L1 has a range of values (x1,y1) to (x2,y2) L2 has a range of values (x3,y3) to (x4,y4) The points P1 and P2 have to fall into the range of their respective lines and the range does not contain the intersection of L1 and L2.
  4. H

    Finding Collinear Points Given 1 point and 2 lines

    Yes, shortest distance greater than zero. This is all in a 2-D plane. How is there more than one answer to the question? I think I've constrained it enough that there is only one answer.
  5. H

    Finding Collinear Points Given 1 point and 2 lines

    L1 and L2 are not parallel, but that is a good point you bring up with the intersection point. I want the shortest distance between P1 and P2 that does not include the intersection point between L1 and L2.
  6. H

    Finding Collinear Points Given 1 point and 2 lines

    Hello - I need help finding collinear points: Given: Equations of 2 lines, L1 and L2 1 points, P3 Want to find points P1 and P2 that lie on L1 and L2 respectively that are collinear to P3. I know that there can be multiple combinations of points P1 and P2 so to narrow down the list...
Back
Top