Function mat4::perspective [] [src]

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