Quaternion.Subtract Method (Microsoft.Xna.Framework)

Creates a new Quaternion that contains subtraction of one Quaternion from another.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public static Quaternion Subtract(
	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 Quaternion.
quaternion2
Type: Microsoft.Xna.Framework.Quaternion
Source Quaternion.

Return Value

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

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web