[][src]Function newton_sys::NewtonBodyGetMass

pub unsafe extern "C" fn NewtonBodyGetMass(
    body: *const NewtonBody,
    mass: *mut f32,
    Ixx: *const f32,
    Iyy: *const f32,
    Izz: *const f32
)