[This is preliminary documentation and is subject to change.]

The TrackTrajectory type exposes the following members.

Constructors

  NameDescription
Public methodTrackTrajectoryOverloaded.

Methods

  NameDescription
Public methodAdd
Add a Frame into the track. IF the frame already exists, the existing frame is returned
(Inherited from Track<(Of <(T>)>).)
Public methodCount (Inherited from Track<(Of <(T>)>).)
Public methodDelete
Delete the specified keyframe
(Inherited from Track<(Of <(T>)>).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolate (Overrides Track<(Of <(Trajectory>)>)..::.Interpolate(Double, Int32, Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Renders the track at a specific track time and then stores the result in a frame buffer
(Inherited from Track<(Of <(T>)>).)
Public methodSetFrame
Set the current keyframe, based on a particular frame number This sets up internal information to quickly reference the keyframe and (potentially) the next keyframe for interpolation This assumes that at least one keyframe exists, at any particular local time index.
(Inherited from Track<(Of <(T>)>).)
Public methodSetKeyFrame
Set a KeyFrame into the track. If the frame already exists, the existing frame is returned
(Inherited from Track<(Of <(T>)>).)
Public methodToString (Inherited from Track<(Of <(T>)>).)

Fields

  NameDescription
Public fieldBuffer (Inherited from Track<(Of <(T>)>).)
Protected fieldframes (Inherited from Track<(Of <(T>)>).)

Properties

  NameDescription
Public propertyCurrent
Get/Set the current value of the track
(Inherited from Track<(Of <(T>)>).)
Public propertyCurrentFrame (Inherited from Track<(Of <(T>)>).)
Public propertyCurrentKeyFrame (Inherited from Track<(Of <(T>)>).)
Public propertyFrame
Get/set the current track frame (value, plus control points etc..)
(Inherited from Track<(Of <(T>)>).)
Public propertyFrames (Inherited from Track<(Of <(T>)>).)
Public propertyItemOverloaded.
Public propertyTest

See Also