star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit b303d31011224d634cd694a79aa76dac7edf9dcc
parent 2164d1f97c366eb8bb5c760549381de9e0119d6d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 31 Oct 2019 16:04:03 +0100

Remove useless includes and fix typos

Diffstat:
Msrc/senc.h | 4++--
Msrc/test_senc_undefined_medium.c | 2--
Msrc/test_senc_undefined_medium_attr.c | 2--
3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/senc.h b/src/senc.h @@ -242,7 +242,7 @@ senc_scene_get_unique_sides_without_medium_count (const struct senc_scene* scene, unsigned* count); -/* Returns the itri_th unique triangles; the returned indices are +/* Returns the itri_th unique triangle; the returned indices are * unique vertex indices. * Can be called anytime, before or after a call to analyze. */ SENC_API res_T @@ -251,7 +251,7 @@ senc_scene_get_unique_triangle const unsigned itri, unsigned indices[3]); -/* Returns the itri_th unique triangles; the returned indices are +/* Returns the itri_th unique triangle; the returned indices are * unique vertex indices. * Can be called anytime, before or after a call to analyze. */ SENC_API res_T diff --git a/src/test_senc_undefined_medium.c b/src/test_senc_undefined_medium.c @@ -19,8 +19,6 @@ #include <rsys/double3.h> -#include <star/s3d.h> - static void test(const int convention) { diff --git a/src/test_senc_undefined_medium_attr.c b/src/test_senc_undefined_medium_attr.c @@ -18,8 +18,6 @@ #include "test_senc_utils.h" #include <rsys/double3.h> -#include <star/s3d.h> - #include <limits.h> #define INVALID_INTFACE_ID UINT_MAX