Struct skeletal_animation::QVTransform [] [src]

pub struct QVTransform {
    pub translation: Vector3<f32>,
    pub scale: f32,
    pub rotation: Quaternion<f32>,
}

Transformation represented by separate scaling, translation, and rotation factors.

Fields

Translation

Uniform scale factor.

Rotation

Trait Implementations

impl Debug for QVTransform
[src]

Formats the value using the given formatter.

impl Copy for QVTransform
[src]

impl Clone for QVTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Transform for QVTransform
[src]