AndreasWintherMoen / project-cows

Pokemon Tower Defense - A project for TDT4240 (Software Architecture) at NTNU
6 stars 0 forks source link

Add Vector2 extension methods #28

Closed AndreasWintherMoen closed 2 years ago

AndreasWintherMoen commented 2 years ago

We should add standardized functions to compute stuff like distance between two Vector2's. This can be added in some util class and extend the existing LibGDX library.

AndreasWintherMoen commented 2 years ago

bitmoji

AndreasWintherMoen commented 2 years ago

bitmoji

AndreasWintherMoen commented 2 years ago

Closed because it doesn't apply anymore. Extending LibGDX was difficult, and we don't really need this anyway since most of the calculations are performed on the server with path indices.