Skip to main content

b3Body_GetClosestPoint

Function b3Body_GetClosestPoint 

Source
pub unsafe extern "C" fn b3Body_GetClosestPoint(
    bodyId: b3BodyId,
    result: *mut b3Vec3,
    target: b3Vec3,
) -> f32
Expand description

Get the closest point on a body to a world target.