star-2d

Contour structuring for efficient 2D geometric queries
git clone git://git.meso-star.fr/star-2d.git
Log | Files | Refs | README | LICENSE

commit 97a894a5282aae0d1b10d99f5ca14c17567ffd40
parent de0fabe1715f6527c0e30a06877ec948552e3a12
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  5 Jan 2021 11:00:49 +0100

Fix typos in comments

Diffstat:
Msrc/s2d_scene_view_closest_point.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/s2d_scene_view_closest_point.c b/src/s2d_scene_view_closest_point.c @@ -113,7 +113,7 @@ closest_point_line_segments query_pos[0] = args->query->x; query_pos[1] = args->query->y; - /* Compute the closest point ont the segment from the sumbitted query_pos */ + /* Compute the closest point on the segment from the submitted query_pos */ closest_point_segment(query_pos, v0, v1, E, closest_point, &s); f2_sub(vec, closest_point, query_pos);