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

Added xmldoc comments to noise functions. #162

Closed Icetigris closed 4 years ago

Icetigris commented 4 years ago

I can never find Perlin noise when I need it, so I added documentation comments for all the noise functions. Searching for Perlin noise in the documentation should return something after this goes in.