Share via


Quaternion.Conjugate Method (Quaternion)

Returns the conjugate of a specified Quaternion.

Syntax

'Declaration
Public Shared Function Conjugate ( _
         value As Quaternion _
) As Quaternion 
public static Quaternion Conjugate (
         Quaternion value
)
public:
static Quaternion Conjugate(
         Quaternion value
)

Parameters

Return Value

Type: Quaternion
A new Quaternion that is the conjugate of the specified one.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Quaternion Structure
Quaternion Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone