Documentation for Vector3
Former-commit-id: 15f770065aa66e03928d7086403c697be334cb3a
This commit is contained in:
parent
844e31fb38
commit
95400fdfab
|
|
@ -73,8 +73,8 @@ namespace Nz
|
||||||
|
|
||||||
String ToString() const;
|
String ToString() const;
|
||||||
|
|
||||||
operator T*();
|
operator T* ();
|
||||||
operator const T*() const;
|
operator const T* () const;
|
||||||
|
|
||||||
const Vector3& operator+() const;
|
const Vector3& operator+() const;
|
||||||
Vector3 operator-() const;
|
Vector3 operator-() const;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue