dual_quaternion::DualQuaternion [] [src]

type DualQuaternion<T> = (Quaternion<T>, Quaternion<T>);

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