Function gl_utils::graphics::projection_mat_orthographic [−][src]
pub fn projection_mat_orthographic<S: BaseFloat>(ortho: &Ortho<S>) -> Matrix4<S>
Convenience method that calls cgmath::ortho
on the given Ortho
struct