Struct cgmath::PerspectiveFov
[−]
[src]
pub struct PerspectiveFov<S, A> { pub fovy: A, pub aspect: S, pub near: S, pub far: S, }
A perspective projection based on a vertical field-of-view angle.
Fields
fovy | |
aspect | |
near | |
far |