implement glm_aabb_sphere as GraphicsGems Solid Box - Solid Sphere test

This commit is contained in:
Recep Aslantas
2018-05-30 23:00:18 +03:00
parent c8fc460ba1
commit 6b2b4b4f12
5 changed files with 23 additions and 19 deletions

View File

@@ -98,7 +98,6 @@ glm_make_deg(float *rad) {
CGLM_INLINE
float
glm_pow2(float x) {
return x * x;
}