dClosestLineSegmentPoints

Function dClosestLineSegmentPoints 

Source
pub unsafe extern "C" fn dClosestLineSegmentPoints(
    a1: *mut f64,
    a2: *mut f64,
    b1: *mut f64,
    b2: *mut f64,
    cp1: *mut f64,
    cp2: *mut f64,
)