mirror of
https://github.com/recp/cglm.git
synced 2026-01-04 14:28:06 +00:00
implement glm_aabb_sphere as GraphicsGems Solid Box - Solid Sphere test
This commit is contained in:
@@ -98,7 +98,6 @@ glm_make_deg(float *rad) {
|
||||
CGLM_INLINE
|
||||
float
|
||||
glm_pow2(float x) {
|
||||
|
||||
return x * x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user