Struct three::Perspective [] [src]

pub struct Perspective {
    pub fov_y: f32,
    pub near: f32,
    pub far: f32,
}

Perspective projection parameters. See Perspective projection.

Fields

Vertical field of view in degrees. Note: the horizontal FOV is computed based on the aspect.

Trait Implementations

impl Clone for Perspective
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Perspective
[src]

Formats the value using the given formatter.

impl PartialEq for Perspective
[src]

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

This method tests for !=.