Click or drag to resize
AB4D logo

Vector3DTrack Class

Vector3DTrack defines key frames that contain different 3D vectors (as Vector3D). 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 Vector3DTrack : KeyFramesTrackBase<Vector3DKeyFrame>

The Vector3DTrack type exposes the following members.

Constructors
 NameDescription
Public methodVector3DTrackInitializes a new instance of the Vector3DTrack class
Top
Methods
 NameDescription
Public methodGetDumpString GetDumpString virtual method can be overridden to provide detailed description of this object.
(Overrides KeyFramesTrackBaseTGetDumpString)
Public methodGetVectorForFrame Gets interpolated Vector3D for the specified frame (you can also specify fractions between frames - for example targetFrame = 1.245)
Top
See Also