Math/Vector3: Add GetAbs method

This commit is contained in:
SirLynix
2023-05-01 17:05:26 +02:00
parent a578b061b4
commit 147f1bc1cf
2 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ namespace Nz
U Distance(const Vector3& vec) const;
T DotProduct(const Vector3& vec) const;
Vector3 GetAbs() const;
T GetLength() const;
float GetLengthf() const;
Vector3 GetNormal(T* length = nullptr) const;