Function kos_sys::dc::matrix3d::mat_perspective

source ยท
pub unsafe extern "C" fn mat_perspective(
    xcenter: c_float,
    ycenter: c_float,
    cot_fovy_2: c_float,
    znear: c_float,
    zfar: c_float,
)