Minor fixes to doc/comments in header
This commit is contained in:
parent
ecf5ce1745
commit
cca3880bed
1 changed files with 3 additions and 0 deletions
|
@ -80,12 +80,15 @@ SC_SACD_EXPORT int SC_SACD_Generic_Box_Collision(const SC_SACD_Generic_Box *a,
|
||||||
SC_SACD_EXPORT int SC_SACD_AABB_Generic_Box_Collision(
|
SC_SACD_EXPORT int SC_SACD_AABB_Generic_Box_Collision(
|
||||||
const SC_SACD_AABB_Box *a, const SC_SACD_Generic_Box *b);
|
const SC_SACD_AABB_Box *a, const SC_SACD_Generic_Box *b);
|
||||||
|
|
||||||
|
/// Returns non-zero if there is collision.
|
||||||
SC_SACD_EXPORT int SC_SACD_Sphere_Collision(const SC_SACD_Sphere *a,
|
SC_SACD_EXPORT int SC_SACD_Sphere_Collision(const SC_SACD_Sphere *a,
|
||||||
const SC_SACD_Sphere *b);
|
const SC_SACD_Sphere *b);
|
||||||
|
|
||||||
|
/// Returns non-zero if there is collision.
|
||||||
SC_SACD_EXPORT int SC_SACD_Sphere_AABB_Box_Collision(
|
SC_SACD_EXPORT int SC_SACD_Sphere_AABB_Box_Collision(
|
||||||
const SC_SACD_Sphere *sphere, const SC_SACD_AABB_Box *box);
|
const SC_SACD_Sphere *sphere, const SC_SACD_AABB_Box *box);
|
||||||
|
|
||||||
|
/// Returns non-zero if there is collision.
|
||||||
SC_SACD_EXPORT int SC_SACD_Sphere_Box_Collision(const SC_SACD_Sphere *sphere,
|
SC_SACD_EXPORT int SC_SACD_Sphere_Box_Collision(const SC_SACD_Sphere *sphere,
|
||||||
const SC_SACD_Generic_Box *box);
|
const SC_SACD_Generic_Box *box);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue