[][src]Function raylib_sys::MatrixPerspective

pub unsafe extern "C" fn MatrixPerspective(
    fovy: f64,
    aspect: f64,
    near: f64,
    far: f64
) -> Matrix