Struct cgmath::Ortho
[−]
[src]
pub struct Ortho<S> {
pub left: S,
pub right: S,
pub bottom: S,
pub top: S,
pub near: S,
pub far: S,
}An orthographic projection with arbitrary left/right/bottom/top distances
Fields
left | |
right | |
bottom | |
top | |
near | |
far |