18 Commits

Author SHA1 Message Date
026f343d43 docs: removed unnecessary comment lines from math constants 2025-06-27 14:42:45 +03:00
063ea08707 feat: added RoundToInt RoundMode for midway values 2025-05-03 23:30:02 +03:00
1366a417f1 feat: added Math.OneMinus method 2025-05-03 22:16:14 +03:00
4c235e3230 feat: added basic math operations as Math methods 2025-05-02 00:14:41 +03:00
12cb144688 feat: Math.Sin & Math.Cos 2024-11-06 23:00:10 +03:00
eb445604e8 fix: Math Method Mistakenly Declared as an Extension 2024-11-02 13:53:58 +03:00
fc34a60f30 chore: Another Code Style Mistake 2024-10-20 15:11:51 +03:00
eca23c5b89 feat: Math.Lerp 2024-10-20 14:47:42 +03:00
f08f721f52 chore: Fixed Indentation Mistake 2024-10-20 14:40:58 +03:00
1dc8f3d272 refactor: Math.AbsMax & AbsMin to Single Liners 2024-02-01 15:36:52 +03:00
0725468f2c feat: Math.AbsMax & AbsMin 2024-02-01 15:35:16 +03:00
5826230e7a docs(core): Math 2024-02-01 15:31:47 +03:00
0461454793 feat: Math's Abs, Clamp, Max, Min & Sqr Methods Converted to Generics 2024-01-30 10:38:36 +03:00
601d15fa45 feat: Math.Sqr 2024-01-25 21:52:03 +03:00
816f09fffe feat: Math.Sqrt 2024-01-25 17:07:37 +03:00
77e1949f59 refactor: Math Constants Now Use Each Other as References 2024-01-24 11:33:21 +03:00
4bf618251f feat: Math.Clamp 2024-01-24 11:21:25 +03:00
87bf47eefd feat: Math 2024-01-24 11:15:44 +03:00