Struct specs_camera::Camera3D[][src]

pub struct Camera3D<T> { /* fields omitted */ }

Methods

impl<T> Camera3D<T> where
    T: Float + FromPrimitive,
    &'a T: Sub<&'b T, Output = T> + Add<&'b T, Output = T> + Div<&'b T, Output = T> + Mul<&'b T, Output = T> + Neg<Output = T>, 
[src]

Trait Implementations

impl<T> Component for Camera3D<T> where
    T: 'static + Sync + Send
[src]

Associated storage type for this component.

impl<T> Default for Camera3D<T> where
    T: Float + FromPrimitive
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for Camera3D<T> where
    T: Send

impl<T> Sync for Camera3D<T> where
    T: Sync