mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
implement glm_aabb_sphere as GraphicsGems Solid Box - Solid Sphere test
This commit is contained in:
@@ -70,7 +70,7 @@ glmc_aabb_contains(vec3 box[2], vec3 other[2]);
|
||||
|
||||
CGLM_EXPORT
|
||||
bool
|
||||
glmc_aabb_sphere(vec3 box[2], vec4 sph);
|
||||
glmc_aabb_sphere(vec3 box[2], vec4 s);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user