Merge pull request #27 from Gawaboumga/master

Merging Gawaboumga pull request (#27), fixes are coming

Former-commit-id: 81079fd052538e15b7e919aea106cfb5a88a87a6
This commit is contained in:
Lynix
2014-07-08 16:24:46 +02:00
14 changed files with 467 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ class NzVector2
T AbsDotProduct(const NzVector2& vec) const;
T AngleBetween(const NzVector2& vec, bool toDegree = true) const;
T Distance(const NzVector2& vec) const;
float Distancef(const NzVector2& vec) const;