move around some utils stuff
This commit is contained in:
4
utils/math/gryphn_math.c
Normal file
4
utils/math/gryphn_math.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "gryphn_math.h"
|
||||
|
||||
float gnRadians(const float degrees) { return degrees * (3.14159265358979323846f / 180.0f); }
|
||||
float gnRoot(const float input, const float n) { return pow(input, 1./n); }
|
Reference in New Issue
Block a user