The Quaternions type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AxisAngle
Get or Set the equaivalent axis angle representation. (x,y,z) is the rotatation axis and |(x,y,z)| is the rotation angle in radians
RotationAngle
Get or Set the rotation angle in radian
RotationAxis
Get or Set the unit rotation axis of the quaternion
W
The W component of the quaternion.
X
The X component of the quaternion.
Y
The Y component of the quaternion.
Z
The Z component of the quaternion.

See Also