Quaternion.Lerp Method (Microsoft.Xna.Framework)

Performs a linear blend between two quaternions.

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

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.
amount
Type: System.Single
The blend amount where 0 returns quaternion1 and 1 quaternion2.

Return Value

Type: Microsoft.Xna.Framework.Quaternion
The result of linear blending between two quaternions.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web