sphere point intersection

This commit is contained in:
Recep Aslantas
2018-06-09 18:21:29 +03:00
parent fc14cedf89
commit 857265b892
4 changed files with 33 additions and 0 deletions

View File

@@ -29,4 +29,8 @@ CGLM_EXPORT
bool
glmc_sphere_sphere(vec4 s1, vec4 s2);
CGLM_EXPORT
bool
glmc_sphere_point(vec4 s, vec3 point);
#endif /* cglmc_sphere_h */