Various fixes
Former-commit-id: b375cb70e49effc001fb781028bd8b7d07044941 [formerly cbdadfbabd56bed8ffadbf3cbd7175e95908452f] Former-commit-id: 224bc14061ba65eff9b9d779104c5df95e63e905
This commit is contained in:
@@ -87,6 +87,7 @@ namespace Nz
|
||||
Vector3 operator*(T scale) const;
|
||||
Vector3 operator/(const Vector3& vec) const;
|
||||
Vector3 operator/(T scale) const;
|
||||
Vector3& operator=(const Vector3& vec) = default;
|
||||
|
||||
Vector3& operator+=(const Vector3& vec);
|
||||
Vector3& operator-=(const Vector3& vec);
|
||||
|
||||
Reference in New Issue
Block a user