Skip to main content

nearest_segment3_segment3

Function nearest_segment3_segment3 

Source
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