Struct acgmath::Perspective [] [src]

pub struct Perspective<S> {
    pub left: S,
    pub right: S,
    pub bottom: S,
    pub top: S,
    pub near: S,
    pub far: S,
}

A perspective projection with arbitrary left/right/bottom/top distances

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

This method tests for !=.