Struct gltf::camera::Perspective[][src]

pub struct Perspective<'a> { /* fields omitted */ }

Values for a perspective camera projection.

Methods

impl<'a> Perspective<'a>
[src]

Aspect ratio of the field of view.

The vertical field of view in radians.

The distance to the far clipping plane.

The distance to the near clipping plane.

Optional application specific data.

Trait Implementations

impl<'a> Clone for Perspective<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Perspective<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Perspective<'a>

impl<'a> Sync for Perspective<'a>