Functions such as convex hull, convex union, convexify polygon, ... More...
Go to the source code of this file.
Functions | |
template<class T > | |
vgl_polygon< T > | vgl_convex_hull (vcl_vector< vgl_point_2d< T > > const &points) |
Return a single-sheet polygon which is the smallest one containing all given points. |
Functions such as convex hull, convex union, convexify polygon, ...
Definition in file vgl_convex.h.
vgl_polygon< T > vgl_convex_hull | ( | vcl_vector< vgl_point_2d< T > > const & | points | ) |
Return a single-sheet polygon which is the smallest one containing all given points.
Definition at line 32 of file vgl_convex.txx.