pub fn closest_points_line_line( orig1: &Point<f64>, dir1: &Vector<f64>, orig2: &Point<f64>, dir2: &Vector<f64>, ) -> (Point<f64>, Point<f64>)
Closest points between two segments.