Skip to main content

b3LineDistance

Function b3LineDistance 

Source
pub unsafe extern "C" fn b3LineDistance(
    p1: b3Vec3,
    d1: b3Vec3,
    p2: b3Vec3,
    d2: b3Vec3,
) -> b3SegmentDistanceResult
Expand description

Compute the closest points on two infinite lines.