b2Body_GetWorldPointVelocity

Function b2Body_GetWorldPointVelocity 

Source
pub unsafe extern "C" fn b2Body_GetWorldPointVelocity(
    bodyId: b2BodyId,
    worldPoint: b2Vec2,
) -> b2Vec2
Expand description

Get the linear velocity of a world point attached to a body. Usually in meters per second.