Hexworks / mixite

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.
Apache License 2.0
191 stars 31 forks source link

Added implementaion for field of view + unit tests + Code in Demo to … #24

Closed pubudug closed 8 years ago

pubudug commented 8 years ago

Added implementation for field of view + unit tests + Code in Demo to show functionality Rmoved some text from the coordinate lable drawing in SWT example because the coordinates were not clearly vidible. (changed gridX to x, gridY to y and gridZ to z).

codecov-io commented 8 years ago

Current coverage is 90.56%

Merging #24 into master will increase coverage by 0.01%

@@             master        #24   diff @@
==========================================
  Files            19         19          
  Lines           381        392    +11   
  Methods           0          0          
  Messages          0          0          
  Branches         67         71     +4   
==========================================
+ Hits            345        355    +10   
  Misses           16         16          
- Partials         20         21     +1   

Powered by Codecov. Last updated by 758e18f...dd133e4