Removed toDegree arg from VectorI::AngleBetween

Former-commit-id: 6b5e141e7c291dadedbfd237f5f22615ce5dcfee
This commit is contained in:
Lynix
2014-07-10 10:03:35 +02:00
parent 0e791ebb19
commit 2479588811
4 changed files with 11 additions and 18 deletions

View File

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