Share via


Quaternion.Conjugate Method (Quaternion, Quaternion)

Returns the conjugate of a specified Quaternion.

Syntax

'Declaration
Public Shared Sub Conjugate ( _
         ref value As Quaternion, _
         out result As Quaternion _
)
public static void Conjugate (
         ref Quaternion value,
         out Quaternion result
)
public:
static void Conjugate(
         ref Quaternion value,
         out Quaternion result
)

Parameters

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