Skip to main content

b3Shape_GetClosestPoint

Function b3Shape_GetClosestPoint 

Source
pub unsafe extern "C" fn b3Shape_GetClosestPoint(
    shapeId: b3ShapeId,
    target: b3Vec3,
) -> b3Vec3
Expand description

Get the closest point on a shape to a target point. Target and result are in world space.