Function classicube_sys::Matrix_Orthographic
source ยท pub fn Matrix_Orthographic(
result: &mut Matrix,
left: c_float,
right: c_float,
top: c_float,
bottom: c_float,
zNear: c_float,
zFar: c_float,
)
pub fn Matrix_Orthographic(
result: &mut Matrix,
left: c_float,
right: c_float,
top: c_float,
bottom: c_float,
zNear: c_float,
zFar: c_float,
)