Quaternion.Concatenate Method (Quaternion, Quaternion, Quaternion)
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
Syntax
'Declaration
Public Shared Sub Concatenate ( _
ref value1 As Quaternion, _
ref value2 As Quaternion, _
out result As Quaternion _
)
public static void Concatenate (
ref Quaternion value1,
ref Quaternion value2,
out Quaternion result
)
public:
static void Concatenate(
ref Quaternion value1,
ref Quaternion value2,
out Quaternion result
)
Parameters
- value1
Type: Quaternion
The first Quaternion rotation in the series. - value2
Type: Quaternion
The second Quaternion rotation in the series. - result
Type: Quaternion
[OutAttribute] The Quaternion rotation representing the concatenation of value1 followed by value2.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Quaternion Structure
Quaternion Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone