Function rubullet_sys::b3ComputeViewMatrixFromYawPitchRoll[][src]

pub unsafe extern "C" fn b3ComputeViewMatrixFromYawPitchRoll(
    cameraTargetPosition: *const f32,
    distance: f32,
    yaw: f32,
    pitch: f32,
    roll: f32,
    upAxis: c_int,
    viewMatrix: *mut f32
)