Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
470 stars 75 forks source link

Add using alias PointF = Point<float> and refactor #1597

Closed falbrechtskirchinger closed 1 year ago

falbrechtskirchinger commented 1 year ago

Add a using alias PointF = Point<float>, remove a bunch of local aliases, and refactor uses of Point<float>. One use in testPoint.cpp is left unchanged for consistency within the test case.

Partly extracted from #1594 and expanded in scope.

To-do: