pub fn shape_get_closest_point( world: &World, shape_id: ShapeId, target: Pos, ) -> Pos
Get the closest point on a shape to a target point. Target and result are in world space. (b2Shape_GetClosestPoint)