As a Roblox developer, it is currently hard to normalize code between Vector3’s and Vector2’s because of mismatching property names. While Vector3 now has the capitalized Unit
and Magnitude
properties, Vector2 is still stuck with the lowercase unit
and magnitude
properties.
I propose that the capitalized Unit
and Magnitude
properties be added to the Vector2 class. This will help it maintain consistency with the Vector3 class. It makes sense that these two classes should reflect each other as similarly as possible.