|
liba 0.1.15
An algorithm library based on C/C++
|
convex hull algorithms More...
Go to the source code of this file.
Functions | |
| a_size | a_convexhull2 (a_point2 *__restrict i_p, a_size i_n, a_point2 *__restrict o_p, a_size o_n, a_uint opt, a_real tol) |
| compute the convex hull of a set of 2D points using the Monotone Chain algorithm. | |
convex hull algorithms