|
@@ -312,7 +312,7 @@ Quaternions define a subset of a hypercomplex number system. Quaternions are def
|
|
|
|
|
|
Additional benefits of the Quaternion is reducing the chance of link:http://en.wikipedia.org/wiki/Gimbal_lock[Gimbal Lock] and allowing for easily interpolation between two rotations (spherical linear interpolation or slerp).
|
|
|
|
|
|
-While Quaternions are quite difficult to fully understand, there are an exceeding number of convenience methods to allow you to use them without having to understand the math behind it. Basically, these methods involve nothing more than setting the Quaternion's x,y,z,w values using other means of representing rotations. The Quaternion is then contained in the xref:ROOT:jme3/advanced/spatial.adoc[Spatial] as its local rotation component.
|
|
|
+While Quaternions are quite difficult to fully understand, there are an exceeding number of convenience methods to allow you to use them without having to understand the math behind it. Basically, these methods involve nothing more than setting the Quaternion's x,y,z,w values using other means of representing rotations. The Quaternion is then contained in the xref:core:scene/spatial.adoc[Spatial] as its local rotation component.
|
|
|
|
|
|
Quaternion *q* has the form
|
|
|
|