Function mat4::perspective [] [src]

pub fn perspective<'a, T: Copy + Signed>(
    out: &'a mut [T; 16],
    fov: T,
    aspect: T,
    near: T,
    far: T
) -> &'a mut [T; 16]