mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 03:29:46 +08:00
Added jarvis algorithm
This commit is contained in:
@@ -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<Point> getConvexHull() const {
|
||||
|
||||
Reference in New Issue
Block a user