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: S
right: S
bottom: S
top: S
near: S
far: S
Trait Implementations
impl<S: PartialEq> PartialEq for Ortho<S>[src]
fn eq(&self, __arg_0: &Ortho<S>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Ortho<S>) -> bool
This method tests for !=.
impl<S: Debug> Debug for Ortho<S>[src]
impl<S: Clone> Clone for Ortho<S>[src]
fn clone(&self) -> Ortho<S>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more