Struct assimp_sys::AiCamera [] [src]

pub struct AiCamera {
    pub name: AiString,
    pub position: AiVector3D,
    pub up: AiVector3D,
    pub look_at: AiVector3D,
    pub horizontal_fov: c_float,
    pub clip_plane_near: c_float,
    pub clip_plane_far: c_float,
    pub aspect: c_float,
}

Fields

name: AiString position: AiVector3D up: AiVector3D look_at: AiVector3D horizontal_fov: c_float clip_plane_near: c_float clip_plane_far: c_float aspect: c_float

Trait Implementations

impl Debug for AiCamera
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AiCamera
[src]

impl Clone for AiCamera
[src]

fn clone(&self) -> AiCamera

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more