Changeset 12412 for trunk/FACT++
- Timestamp:
- 11/06/11 01:00:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/BasicGlCamera.cc
r12397 r12412 1064 1064 for (int k=0;k<2;k++) 1065 1065 cVertex[k] = hexcoords[j][k]*hexRadius + pixelsCoords[i][k]; 1066 1067 cVertex[1] -= hexRadius; 1068 1066 1069 bool found = false; 1067 1070 for (int k=0;k<numVertices;k++) … … 1091 1094 for (int k=0;k<2;k++) 1092 1095 cVertex[k] = hexcoords[j][k]*hexRadius + pixelsCoords[i][k]; 1096 1097 cVertex[1] -= hexRadius; 1098 1093 1099 for (int k=0;k<numVertices;k++) 1094 1100 {
Note:
See TracChangeset
for help on using the changeset viewer.