bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Map bounds #47

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

The Map object currently has a bounds() method, this should be exported.

In addition, should add a new method Centre() pixel.Vec - which should return the centre of the bounds (use the public function mentioned above)

Need to introduce tests for these functions.