|
3172dfbcd9
|
Added 2 helper methods to Math.
|
2022-02-04 15:52:48 +01:00 |
|
|
5aa8f6ccd3
|
Added half bits to float conversions from the godot engine.
|
2022-02-04 13:25:11 +01:00 |
|
|
69a2d2f1b7
|
Added ABS, GSN, MIN, MAX, CLAMP macros to math.h for convenience.
|
2022-02-04 13:05:49 +01:00 |
|
|
5503e58d54
|
added round to Math, and fixed the type of the double pow's arguments.
|
2022-02-04 11:31:43 +01:00 |
|
|
16746f513d
|
Added sinh, cosh, tanh, sinc and sincn to the Math class.
|
2022-02-04 10:38:49 +01:00 |
|
|
f50f52e593
|
Added a few smaller helpers to math.h.
|
2021-11-16 03:06:28 +01:00 |
|
|
59e859519b
|
Moved the math class to a new math subfolder in core/, and also added my other math realted classes.
|
2021-11-13 11:51:43 +01:00 |
|