From 5c0a0f729b49f52dd3bc4b23f3cb2aa4a9f3666e Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Fri, 21 Aug 2020 08:38:59 +0200 Subject: [PATCH] typo in comment --- vcg/complex/algorithms/convex_hull.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/convex_hull.h b/vcg/complex/algorithms/convex_hull.h index 5be5fa8f..6c1dff53 100644 --- a/vcg/complex/algorithms/convex_hull.h +++ b/vcg/complex/algorithms/convex_hull.h @@ -345,7 +345,7 @@ public: * The algorithm used (Katz, Tal and Basri 2007) determines visibility without * reconstructing a surface or estimating normals. * A point is considered visible if its transformed point lies on the convex hull - * of a trasformed points cloud from the original mesh points. + * of a transformed points cloud from the original mesh points. * * @param m The point cloud * @param visible The mesh that will contain the visible hull