[][src]Struct shine_shard::camera::RawCamera

pub struct RawCamera { /* fields omitted */ }

Raw camera

Methods

impl RawCamera[src]

pub fn new() -> RawCamera[src]

pub fn set_view(&mut self, view: Isometry3<f32>)[src]

pub fn get_view(&self) -> Isometry3<f32>[src]

pub fn get_inverse_view(&self) -> Isometry3<f32>[src]

pub fn set_perspective(&mut self, perspective: Perspective3<f32>)[src]

pub fn get_perspective(&self) -> Perspective3<f32>[src]

Trait Implementations

Auto Trait Implementations

impl Send for RawCamera

impl Sync for RawCamera

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Any for T where
    T: Any

impl<T> Resource for T where
    T: Any + Send + Sync