Skip to main content

b3SegmentDistance

Function b3SegmentDistance 

Source
pub unsafe extern "C" fn b3SegmentDistance(
    p1: b3Vec3,
    q1: b3Vec3,
    p2: b3Vec3,
    q2: b3Vec3,
) -> b3SegmentDistanceResult
Expand description

Compute the closest points on two line segments.