liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
convexhull.h File Reference

convex hull algorithms More...

#include "point2.h"
#include "point3.h"
Include dependency graph for convexhull.h:

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.

Detailed Description