Click or drag to resize
AB4D logo

RotationTrack Class

RotationTrack defines key frames that define rotations at specified key frames. The key frames are defined in the Keys list.
Inheritance Hierarchy

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class RotationTrack : KeyFramesTrackBase<RotationKeyFrameBase>

The RotationTrack type exposes the following members.

Constructors
 NameDescription
Public methodRotationTrackInitializes a new instance of the RotationTrack class
Top
Methods
 NameDescription
Public methodGetQuaternionForFrame Gets interpolated position as Point3D for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)
Top
See Also