b2Body_GetLocalPointVelocity

Function b2Body_GetLocalPointVelocity 

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

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