Partilhar via


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

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