Struct specs_transform::Transform2D[][src]

pub struct Transform2D<T>(pub [T; 6]);

Methods

impl<T> Transform2D<T> where
    T: One + Zero
[src]

Trait Implementations

impl<T: Debug> Debug for Transform2D<T>
[src]

Formats the value using the given formatter. Read more

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

Associated storage type for this component.

impl<T> From<[T; 6]> for Transform2D<T>
[src]

Performs the conversion.

impl<T> Default for Transform2D<T> where
    T: One + Zero
[src]

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

Auto Trait Implementations

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

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