Click or drag to resize

mcTrackingMeasures Enumeration

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcTrackingMeasures
Members
  Member nameValueDescription
mTrDistance0Distance between track points.
mTrCoordX1X coordinates of track points.
mTrCoordY2Y coordinates of track points.
mTrOrDist3Distance from the starting point.
mTrAngle4Angle of the tracking vector measured from the horizontal axis clockwise.
mTrVelocity5Velocity of object.
mTrAcceleration6Acceleration of object.
mTrAccDist7Accumulated traveled distance from the starting point.
mTrTime8Time of the tracking point relative to the first point of the track.
See Also