[][src]Function camera_ss::perspective_transform

pub fn perspective_transform(
    near: f32,
    far: f32,
    left: f32,
    right: f32,
    bottom: f32,
    top: f32
) -> Matrix4<f32>

Create a perspective transform that takes eye space coordinates into clip space using all the specification needed to defined a viewing frustrum