Function rs_math3d::transforms::ortho4

source ·
pub fn ortho4<T: Scalar>(
    left: T,
    right: T,
    bottom: T,
    top: T,
    near: T,
    far: T
) -> Matrix4<T>