lua.box2d.shape.convert
x,y = shape:convert(x,y,conversion)
conversion must be one of the following strings indicating how the input x,y should be transformed into the output x,y
x,y = shape:convert(x,y,"closest")
convert x,y point in world space into x,y closest point on shape.