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,
}
Expand description
An orthographic projection with arbitrary left/right/bottom/top distances
Fields
left: S
right: S
bottom: S
top: S
near: S
far: S
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for Ortho<S> where
S: RefUnwindSafe,
impl<S> UnwindSafe for Ortho<S> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more