Get Closest Point Between 2 Line Segments

 
 
 

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

Category: Math

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

Line 1 Point 1

The start point position of the first line segment.

Line 1 Point 2

The end point position of the first line segment.

Line 2 Point 1

The start point position of the second line segment.

Line 2 Point 2

The end point position of the second line segment.

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