Our websites use cookies. By continuing, you agree to their use. See details
Convex Hull Algorithm | Portfolium
Convex Hull Algorithm
favorite 0
visibility 225
December 16, 2015 in Software
Convex hull (100 points)
1 / 2
This is an algorithm written by me in C++, based on the Graham Scan algorithm, to generate a convex hull based on a set of 2-dimensional points. A convex hull is a path through a set of points, that encloses all other points in the same set. This algorithm is commonly used in meshing domains in FEA software.
© 2025 • All content within this project is strictly the property of Adam Woodman and is not for public use without permission. Report Abuse
Adam Woodman
Mechanical Engineering (Thermal Sciences) at University of Colorado - Denver
Adam Woodman

2 Skills

3 Tags