Merge pull request #27 from Gawaboumga/master
Merging Gawaboumga pull request (#27), fixes are coming Former-commit-id: 81079fd052538e15b7e919aea106cfb5a88a87a6
This commit is contained in:
@@ -24,6 +24,8 @@ template<typename T> class NzVector3
|
||||
|
||||
T AbsDotProduct(const NzVector3& vec) const;
|
||||
|
||||
T AngleBetween(const NzVector3& vec, bool toDegree = true) const;
|
||||
|
||||
NzVector3 CrossProduct(const NzVector3& vec) const;
|
||||
|
||||
T Distance(const NzVector3& vec) const;
|
||||
|
||||
Reference in New Issue
Block a user