Unity-Technologies / Unity.Mathematics

The C# math library used in Unity providing vector types and math functions with a shader like syntax
Other
1.38k stars 156 forks source link

More descriptive parameter names #215

Closed unpacklo closed 2 years ago

unpacklo commented 2 years ago

Many methods had single letter parameter names which were not descriptive and can lead to confusion while writing code. This PR gives many methods in the math class more descriptive parameter names.

pandr commented 2 years ago

This looks simply awesome! Thanks for doing this!