Function truck_rendimpl::modeling::perspective[]

pub fn perspective<S, A>(fovy: A, aspect: S, near: S, far: S) -> Matrix4<S> where
    S: BaseFloat,
    A: Into<Rad<S>>, 

Create a perspective projection matrix.

This is the equivalent to the gluPerspective function.