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 | Translation |
scale | Uniform scale factor. |
rotation | Rotation |