Quaternion.W Field (Microsoft.DirectX)
Retrieves or sets the w component of the quaternion.
Definition
Visual Basic Public W As Single C# public Single W;
C++ public: Single W;
JScript public var W : Single
Field Value
System.Single
A Singlevalue that indicates the w component of the quaternion.
This field is read/write.