When to use Euler vs Axis angles vs Quaternions?
- by manning18
I understand the theory behind each but I was wondering if people could share their experiences in when one would use one over the other
For instance, if you were implementing a chase camera, a FPS-style mouse look or writing some kinematic routine, what would be the factors you consider to go with one type over the other and when might you need to convert from one form of representation to the other?
Are there certain things that only one system can do that the others can't? (eg smooth interpolation with quaternions)