Made Changes to quarternions (#5177)
* Made Changes to quarternions * Update src/data/roadmaps/game-developer/content/101-game-mathematics/106-orientation/100-quaternion.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/5184/head
parent
2e890b1b25
commit
c390f4428e
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Quaternion |
||||
|
||||
The **quaternion** is a complex number system that extends the concept of rotations in three dimensions. It involves four components: one real and three imaginary parts. Quaternions are used in game development for efficient and accurate calculations of rotations and orientation. They are particularly useful over other methods, such as Euler angles, due to their resistance to problems like Gimbal lock. Despite their complex nature, understanding and implementing quaternions can greatly enhance a game's 3D rotational mechanics and accuracy. |
||||
|
||||
- [Understanding Quaternions](https://www.3dgep.com/understanding-quaternions/) |
||||
- [Unity docs - Quaternions](https://docs.unity3d.com/ScriptReference/Quaternion.html) |
||||
- [Quaternions and 3d rotation,explained interactively](https://youtu.be/zjMuIxRvygQ?si=ANmFr5k8JMUzBCUC) |
||||
|
Loading…
Reference in new issue