Quaternion.Quaternion Constructor
|
Language: |
Note: This documentation is preliminary and is subject to change.
Initializes a new instance of the Quaternion class.
Definition
Visual Basic .NET |
Public Sub New( _ ByVal valueX As Single, _ ByVal valueY As Single, _ ByVal valueZ As Single, _ ByVal valueW As Single _ ) |
C# |
public Quaternion( float valueX, float valueY, float valueZ, float valueW ); |
Managed C++ |
public: Quaternion( float valueX, float valueY, float valueZ, float valueW ); |
JScript .NET |
public function Quaternion( valueX : float, valueY : float, valueZ : float, valueW : float ); |
Parameters
© 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