Quaternion.Concatenate Method (Quaternion, Quaternion)
Concatenates two Quaternions; the result represents the value1 rotation followed by the value2 rotation.
Syntax
'Declaration
Public Shared Function Concatenate ( _
value1 As Quaternion, _
value2 As Quaternion _
) As Quaternion
public static Quaternion Concatenate (
Quaternion value1,
Quaternion value2
)
public:
static Quaternion Concatenate(
Quaternion value1,
Quaternion value2
)
Parameters
- value1
Type: Quaternion
The first Quaternion rotation in the series. - value2
Type: Quaternion
The second Quaternion rotation in the series.
Return Value
Type: Quaternion
A new Quaternion representing the concatenation of the value1 rotation followed by the value2 rotation.
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