Computer Science, asked by wobbl, 1 month ago

what is a quaternion in game math???

Answers

Answered by diyamamta2007
1

Answer:

Explanation:

Mathematically, a quaternion is a complex number with 4 dimension. But in game development, Quaternions are often used to describe a rotation in 3d space by encoding: a rotation axis (in form of a 3-dimensional vector)

Similar questions