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

Add Pi Version of Trigometry Functions #232

Open HellGate94 opened 1 year ago

HellGate94 commented 1 year ago

Methods such as SinPi, CosPi etc. already are in .Net 7 and should have a place here as well

https://learn.microsoft.com/en-us/dotNet/API/system.single.sinpi?view=net-7.0