Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between AxisAngle, EulerAngle and Quat?

0
10 Posted

What is the difference between AxisAngle, EulerAngle and Quat?

0
10

An axis angle consists of a vector designating the axis to rotate about, and the rotation amount to use. An Euler angle object consists of 3 rotation amounts, one for each coordinate axis X, Y, and Z. Euler angles are often the most intuitive rotation type, but suffer from the Gimble lock problem. A quaternion has 4 values that can be translated into an axis and a rotation amount, but are stored in a normalized form that maintain the mathematical properties of quaternions, including the ability of spherical interpolation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123