Microsoft DirectX 9.0 SDK Update (October 2004)

Quaternion.Normalize Method

Language:

Note: This documentation is preliminary and is subject to change.

Returns the normal of a quaternion.

Definition

Visual Basic .NET Public Shared Function Normalize( _
    ByVal q As Quaternion _
) As Quaternion
C# public static Quaternion Normalize(
    Quaternion q
);
Managed C++ public: static Quaternion Normalize(
    Quaternion q
);
JScript .NET public static function Normalize(
    q : Quaternion
) : Quaternion;

Parameters

q Microsoft.DirectX.Quaternion. Source Quaternion structure.

Return Value

Microsoft.DirectX.Quaternion . A Quaternion structure that is the normal of the quaternion.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center