some utils jazz

This commit is contained in:
Gregory Wells
2025-06-15 18:51:30 -04:00
parent 5b05fb287d
commit 954037b4ea
4 changed files with 65 additions and 0 deletions

3
utils/math/gryphn_math.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
static const inline float gnRadians(const float degrees) { return degrees * (3.14159265358979323846f / 180.0f); }