Closed rajincse closed 10 years ago
Completed: At revision: 64
1.Main Item is added
Calculation done for tilted element:
A.x = lx + Math.cos(theta)* lw/2 - Math.sin(theta)lh/2; A.y = ly + Math.sin(theta) lw/2 + Math.cos(theta)*lh/2;
B.x = lx + Math.cos(theta)* lw/2 + Math.sin(theta)lh/2; B.y = ly + Math.sin(theta) lw/2 - Math.cos(theta)*lh/2;
C.x = lx - Math.cos(theta)* lw/2 + Math.sin(theta)lh/2; C.y = ly - Math.sin(theta) lw/2 - Math.cos(theta)*lh/2;
D.x = lx - Math.cos(theta)* lw/2 - Math.sin(theta)lh/2; D.y = ly - Math.sin(theta) lw/2 + Math.cos(theta)*lh/2;
Completed: At revision: 66
Tilted element corner points are considered for Middle Layouts
Completed: At revision: 67
MainItem Edge println removed
Completed: At revision: 68
Completed: At revision: 71
Completed: At revision: 86
The SearchItem interface added.
Completed: At revision: 87
The movies can be selected in the layout
Completed: At revision: 88
The search result for movies are now order by ratings.
Completed: At revision: 90
Completed: At revision: 91
Items ( Person/ Movie) can be loaded from Files in following format: id tab Type tab DisplayText
Here Type : Person =0 Movie =1
Completed: At revision: 92
The recently viewed items are being trimmed
Completed: At revision: 93
Simulating gaze on mouse click removed
Completed: At revision: 94
Eye tracking work is blocked when any view is being created
Our object is to collect eye tracking data while user doing some visualization tasks.