Enum three::animation::Values [] [src]

pub enum Values {
    Euler(Vec<EulerAngles<f32, IntraXYZ>>),
    Quaternion(Vec<Quaternion<f32>>),
    Scalar(Vec<f32>),
    Vector3(Vec<Vector3<f32>>),
}

The keyframe values of a Track.

Variants

Euler angle keyframes in radians.

Quaternion keyframes.

Scalar keyframes.

3D vector keyframes.

Trait Implementations

impl Clone for Values
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Values
[src]

[src]

Formats the value using the given formatter.