Function rubullet_sys::b3ComputeProjectionMatrix[][src]

pub unsafe extern "C" fn b3ComputeProjectionMatrix(
    left: f32,
    right: f32,
    bottom: f32,
    top: f32,
    nearVal: f32,
    farVal: f32,
    projectionMatrix: *mut f32
)