Get Closest Point Between 2 Lines

 
 
 

Given two infinite lines determined by two pairs of point positions, returns the closest point on each line to the other line.

Category: Math

Output Ports: Line_1_Point, Line_2_Point, Line_1_Fraction, Line_2_Fraction, Distance

Line 1 Point 1

The first of two point positions that define the first line.

Line 1 Point 2

The second of two point positions that define the first line.

Line 2 Point 1

The first of two point positions that define the second line.

Line 2 Point 2

The second of two point positions that define the second line.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License