Enum amethyst_animation::RestState [] [src]

pub enum RestState {
    Translation([f32; 3]),
    Rotation([f32; 4]),
    Scale([f32; 3]),
}

The rest state for a single attribute

Variants

Translation is a 3d vector

Rotation is a quaternion

Scale is a 3d vector

Trait Implementations

impl Debug for RestState
[src]

[src]

Formats the value using the given formatter.

impl Clone for RestState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more