Quaternions
There's a total of 3 articles.
Quaternions
Quaternions are an alternate way to describe orientation or rotations in 3d space
using an ordered set of four numbers. They have the ability to uniquely describe
any 3d rotation about an arbitrary axis and do not suffer from a problem using
euler angles called gimbal lock.
Introduction to rotation for computer graphics
The basics of rotation in 2d and 3d for computer graphics with a focus on 3d rotation about cardinal axes and 3d rotation with quaternions.
For quaternions, please also look at https://eater.net/quaternions amazing animations!
Quaternions
Quaternions are a set of 4-dimensional vectors that are used to represent rotations in computer graphics, they were discovered by William Hamilton as an extension of 2d complex numbers to a 3d equivalent.
This article covers the definition of a quaternion, its notation and operations.