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 void Concatenate(
	Quaternion value1, 
	Quaternion value2, 
	out Quaternion result
)

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.
result
Type: out Microsoft.Xna.Framework.Quaternion
The result of rotation of value1 followed by value2 rotation as an output parameter.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web