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