A unit quaternion representing rotation can be expressed as:
Where:
- is the scalar part
- is the vector part
- is the rotation angle
- is the unit vector representing the rotation axis
1 min read
A unit quaternion representing rotation can be expressed as:
q=[qwqv]=[cos(θ/2)usin(θ/2)]Where: