Re: #6091 Remarks

2000-11-28 Thread Garry R. Osgood
Austin Donnelly wrote: > Something like (dx*dx + dy*dy) > thresh might be a better condition, no? > Yes ;) Thank you. No one particular value of "Thresh" would please everybody, it would give rise to a "snap to an invisible grid" effect, so a setting mechanism for this value should extrude in

Re: #6091 Remarks

2000-11-27 Thread Austin Donnelly
On Monday, 27 Nov 2000, Garry R. Osgood wrote: [...] > 3) An approach that I did not try runs along the line of changing >the compression strategy of gtkutil_compress_motion() so that it >rejects any motion event where a x*x + y*y - (x +dx)*(x +dx )- (y >+dy)*(y +dy) delta is less tha