Quaternion.Concatenate Method (Microsoft.Xna.Framework)

Creates a new Quaternion that contains concatenation between two quaternion.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Quaternion Concatenate(
	Quaternion value1, 
	Quaternion value2
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

value1
Type: Microsoft.Xna.Framework.Quaternion
The first Quaternion to concatenate.
value2
Type: Microsoft.Xna.Framework.Quaternion
The second Quaternion to concatenate.

Return Value

Type: Microsoft.Xna.Framework.Quaternion
The result of rotation of value1 followed by value2 rotation.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web