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
- value
Type: Quaternion
The Quaternion of which to return the conjugate. - result
Type: Quaternion
[OutAttribute] An existing Quaternion filled in to be 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