Click or drag to resize
AB4D logo

RotationKeyFrameBase Class

RotationKeyFrameBase is a base class for rotation key frames that can rotate objects (not for CameraRotationKeyFrame).
Inheritance Hierarchy

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

The RotationKeyFrameBase type exposes the following members.

Constructors
 NameDescription
Protected methodRotationKeyFrameBase Constructor
Top
Methods
 NameDescription
Public methodGetRotationQuaternion Returns a Quaternion that represents the rotation for the specified angles.
Top
See Also