pub fn nearest_segment3_segment3<S: Real>(
_segment_a: Segment3<S>,
_segment_b: Segment3<S>,
) -> (Segment3Point<S>, Segment3Point<S>)Expand description
Returns the nearest points on given 3D segments
pub fn nearest_segment3_segment3<S: Real>(
_segment_a: Segment3<S>,
_segment_b: Segment3<S>,
) -> (Segment3Point<S>, Segment3Point<S>)Returns the nearest points on given 3D segments