Skip to main content

nearest_line3_segment3

Function nearest_line3_segment3 

Source
pub fn nearest_line3_segment3<S>(
    line: Segment<S>,
    segment: Segment<S>,
) -> ((S, Point3<S>), (Normalized<S>, Point3<S>))
where S: OrderedField,
Expand description

Returns the nearest points in given 3D line and segment