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

Deprecate/remove HexagonOrientation.coordinateOffset #54

Open drekbour opened 4 years ago

drekbour commented 4 years ago

This value is only used in a single internal algorithm (HexagonImpl#calculatePoints). Many other similar calculations operate by checking the orientation rather than redirecting through it.

Mixite should be consistent and internalise this value?