Enum amethyst_animation::AnimationOutput [] [src]

pub enum AnimationOutput {
    Translation(Vec<[f32; 3]>),
    Rotation(Vec<[f32; 4]>),
    Scale(Vec<[f32; 3]>),
}

The actual animation data for a single attribute

Variants

Translation is a 3d vector

Rotation is a quaternion

Scale is a 3d vector

Trait Implementations

impl Debug for AnimationOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AnimationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more