Struct acgmath::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

Trait Implementations

impl<S: Copy> Copy for Ortho<S>
[src]

impl<S: Clone> Clone for Ortho<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for Ortho<S>
[src]

Formats the value using the given formatter.

impl<S: PartialEq> PartialEq for Ortho<S>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.