Remove Vector2 *

This commit is contained in:
2024-01-30 21:29:42 -05:00
parent 7278d783dc
commit b76c5683db

View File

@@ -132,7 +132,7 @@ namespace LinearAlgebra {
Vector2 Transform(const Vector2& rhs) const;
Vector3 Transform(const Vector3& rhs) const;
Vector2 operator * (const Vector2& rhs) const;
Vector3 operator * (const Vector3& rhs) const;
Matrix3x3 operator * (const Matrix3x3& rhs) const;