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