Struct cgmath::PerspectiveFov [−][src]
pub struct PerspectiveFov<S> {
pub fovy: Rad<S>,
pub aspect: S,
pub near: S,
pub far: S,
}
Expand description
A perspective projection based on a vertical field-of-view angle.
Fields
fovy: Rad<S>
aspect: S
near: S
far: S
Implementations
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<S> RefUnwindSafe for PerspectiveFov<S> where
S: RefUnwindSafe,
impl<S> Send for PerspectiveFov<S> where
S: Send,
impl<S> Sync for PerspectiveFov<S> where
S: Sync,
impl<S> Unpin for PerspectiveFov<S> where
S: Unpin,
impl<S> UnwindSafe for PerspectiveFov<S> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more