Searched defs:_DeviceVelocityRec (Results 1 – 1 of 1) sorted by relevance
68 typedef struct _DeviceVelocityRec { struct69 MotionTrackerPtr tracker;70 int num_tracker;71 int cur_tracker; /* current index */72 double velocity; /* velocity as guessed by algorithm */73 double last_velocity; /* previous velocity estimate */74 double last_dx; /* last time-difference */75 double last_dy; /* phase of last/current estimate */76 double corr_mul; /* config: multiply this into velocity */77 double const_acceleration; /* config: (recipr.) const deceleration */[all …]