Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
22 stars 8 forks source link

Change PolygonHVert to PolygonHC #159

Closed Rich2 closed 3 years ago

Rich2 commented 3 years ago

I don't think there is any significant justification for a separate class for HVert polygons. The new class PolygonHC will be a polygon where the vertices are defined by hex tile coordinates [[HCoord]]s.