Struct raylib::ffi::Camera3D [−][src]
#[repr(C)]pub struct Camera3D {
pub position: Vector3,
pub target: Vector3,
pub up: Vector3,
pub fovy: f32,
pub projection: i32,
}
Fields
position: Vector3
target: Vector3
up: Vector3
fovy: f32
projection: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Camera3D
impl UnwindSafe for Camera3D
Blanket Implementations
Mutably borrows from an owned value. Read more