From e59559af0f97f0f2996a71a13b1872a8c874a9b8 Mon Sep 17 00:00:00 2001 From: rishabh-997 Date: Sat, 15 Aug 2020 13:05:28 +0530 Subject: [PATCH] Added jarvis algorithm --- geometry/jarvis_algorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/jarvis_algorithm.cpp b/geometry/jarvis_algorithm.cpp index 84f7de4bc..9a1b4ea8d 100644 --- a/geometry/jarvis_algorithm.cpp +++ b/geometry/jarvis_algorithm.cpp @@ -73,7 +73,7 @@ namespace geometry { * Creates convex hull of a set of n points. * There must be 3 points at least for the convex hull to exist * - * returns an vector array containing points in space + * @returns an vector array containing points in space * which enclose all given points thus forming a hull */ std::vector getConvexHull() const {