Click or drag to resize
AB4D logo

QuaternionRotationKeyFrame Class

QuaternionRotationKeyFrame defines the rotation with using a Quaternion.
Inheritance Hierarchy
SystemObject
  Ab3d.AnimationKeyFrameBase
    Ab3d.AnimationRotationKeyFrameBase
      Ab3d.AnimationQuaternionRotationKeyFrame

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public sealed class QuaternionRotationKeyFrame : RotationKeyFrameBase

The QuaternionRotationKeyFrame type exposes the following members.

Constructors
Methods
 NameDescription
Public methodGetRotationQuaternion Returns a Quaternion that represents the rotation for the specified angles.
(Overrides RotationKeyFrameBaseGetRotationQuaternion)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldRotationQuaternion Quaternion that is defines the rotation for this key frame.
Top
See Also