Struct gltf::camera::Orthographic [−][src]
pub struct Orthographic<'a> { /* fields omitted */ }Values for an orthographic camera projection.
Methods
impl<'a> Orthographic<'a>[src]
impl<'a> Orthographic<'a>pub fn xmag(&self) -> f32[src]
pub fn xmag(&self) -> f32The horizontal magnification of the view.
pub fn ymag(&self) -> f32[src]
pub fn ymag(&self) -> f32The vertical magnification of the view.
pub fn zfar(&self) -> f32[src]
pub fn zfar(&self) -> f32The distance to the far clipping plane.
pub fn znear(&self) -> f32[src]
pub fn znear(&self) -> f32The distance to the near clipping plane.
pub fn extras(&self) -> &Extras[src]
pub fn extras(&self) -> &ExtrasOptional application specific data.
Trait Implementations
impl<'a> Clone for Orthographic<'a>[src]
impl<'a> Clone for Orthographic<'a>fn clone(&self) -> Orthographic<'a>[src]
fn clone(&self) -> Orthographic<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for Orthographic<'a>[src]
impl<'a> Debug for Orthographic<'a>Auto Trait Implementations
impl<'a> Send for Orthographic<'a>
impl<'a> Send for Orthographic<'a>impl<'a> Sync for Orthographic<'a>
impl<'a> Sync for Orthographic<'a>