Documentation for Vector3

Former-commit-id: 15f770065aa66e03928d7086403c697be334cb3a
This commit is contained in:
Gawaboumga 2015-12-30 15:36:12 +01:00
parent 844e31fb38
commit 95400fdfab
2 changed files with 639 additions and 9 deletions

View File

@ -73,8 +73,8 @@ namespace Nz
String ToString() const;
operator T*();
operator const T*() const;
operator T* ();
operator const T* () const;
const Vector3& operator+() const;
Vector3 operator-() const;

File diff suppressed because it is too large Load Diff