Implement Vector4 operator=
This commit is contained in:
@@ -81,6 +81,8 @@ namespace LinearAlgebra {
|
||||
|
||||
Vector4 operator+() const; // Unary + Operator
|
||||
Vector4 operator-() const; // Unary - Operator (Negation)
|
||||
|
||||
|
||||
public:
|
||||
#if MUTABLE
|
||||
float x;
|
||||
|
Reference in New Issue
Block a user