|  | |
| Quaternion | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic sealed class QuaternionRotationKeyFrame : RotationKeyFrameBase
The QuaternionRotationKeyFrame type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | QuaternionRotationKeyFrame(Double) | Constructor | 
|  | QuaternionRotationKeyFrame(Double, Quaternion) | Constructor | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetRotationQuaternion | Returns a Quaternion that represents the rotation for the specified angles. (Overrides RotationKeyFrameBaseGetRotationQuaternion) | 
|  | ToString | Returns a string that represents the current object. (Overrides ObjectToString) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | RotationQuaternion | Quaternion that is defines the rotation for this key frame. | 
 See Also
See Also