Type Definition skeletal_animation::math::dual_quaternion::DualQuaternion [] [src]

type DualQuaternion<T> = ((T, [T; 3]), (T, [T; 3]));

A dual-quaternion consists of a real component and a dual component, and can be used to represent both rotation and translation

Trait Implementations

impl<'a> HasShaderSources<'a> for DualQuaternion<f32>
[src]

impl Transform for DualQuaternion<f32>
[src]

impl FromTransform<DualQuaternion<f32>> for DualQuaternion<f32>
[src]