共用方式為


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

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