Quaternion.Quaternion Constructor |
Language: |
Initializes a new instance of the Quaternion class.
Visual Basic 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
);C++ public:
Quaternion(
float valueX,
float valueY,
float valueZ,
float valueW
);JScript public function Quaternion(
valueX : float,
valueY : float,
valueZ : float,
valueW : float
);
valueX System.Single
Initial Single value for the Quaternion.X member.valueY System.Single
Initial Single value for the Quaternion.Y member.valueZ System.Single
Initial Single value for the Quaternion.Z member.valueW System.Single
Initial Single value for the Quaternion.W member.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center