Quaternion.Subtraction Method (Microsoft.Xna.Framework)

Subtracts a Quaternion from a Quaternion.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Quaternion Subtraction(
	Quaternion quaternion1, 
	Quaternion quaternion2
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

quaternion1
Type: Microsoft.Xna.Framework.Quaternion
Source Vector3 on the left of the sub sign.
quaternion2
Type: Microsoft.Xna.Framework.Quaternion
Source Vector3 on the right of the sub sign.

Return Value

Type: Microsoft.Xna.Framework.Quaternion
Result of the quaternion subtraction.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web