pub fn dist_segment_segment( a1: [f64; 3], b1: [f64; 3], a2: [f64; 3], b2: [f64; 3], ) -> f64
Minimum distance between two line segments [a1,b1] and [a2,b2].
[a1,b1]
[a2,b2]