rhoentier / ss22_fp_mapc-group_5

4 stars 0 forks source link

Vector2D, double to integer #67

Closed seblod90 closed 2 years ago

seblod90 commented 2 years ago

Vector2D: changed double to int for all possible methods (getLength() for example not) Vector2D: removed all functions regarding Normalize and Rotation NextAgent/NextMap/NextMapTile: removed all (int) casts NextAStarPath: (int) casts not removed, @A-V-Lorenz