..
Definition in file vgl_convex.h.
#include <vcl_vector.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_polygon.h>
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. | |
|
||||||||||
|
Return a single-sheet polygon which is the smallest one containing all given points.
Definition at line 32 of file vgl_convex.txx. |
1.4.4