Changeset 9235 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 01/21/09 14:37:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mtools/MagicJam.cc ΒΆ
r9195 r9235 158 158 for (i=0; i<fNcells-2; i++) 159 159 { 160 MHexagon hex((*fGeomCam)[i]); 161 if (hex.DistanceToPrimitive(px, py)>0) 160 if ((*fGeomCam)[i].DistanceToPrimitive(px, py)>0) 162 161 continue; 163 162
Note:
See TracChangeset
for help on using the changeset viewer.