some utils jazz
This commit is contained in:
3
utils/math/gryphn_math.h
Normal file
3
utils/math/gryphn_math.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
static const inline float gnRadians(const float degrees) { return degrees * (3.14159265358979323846f / 180.0f); }
|
Reference in New Issue
Block a user