Implement ToQuat
This commit is contained in:
@@ -123,12 +123,9 @@ public:
|
||||
Vector3 operator+() const; // TODO: Implement
|
||||
// Unary - operator (Negation)
|
||||
Vector3 operator-() const;
|
||||
|
||||
|
||||
public:
|
||||
float x = 0;
|
||||
float y = 0;
|
||||
float z = 0;
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user