Quaternion.Concatenate Method
Concatenates two Quaternions; the result represents the first rotation followed by the second rotation.
Overload List
Name | Description |
---|---|
Quaternion.Concatenate (Quaternion, Quaternion) | Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation. |
Quaternion.Concatenate (Quaternion, Quaternion, Quaternion) | Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation. |
See Also
Reference
Quaternion Structure
Quaternion Members
Microsoft.Xna.Framework Namespace