Go to the source code of this file.
Defines | |
#define | vgl_convex_txx_ |
#define | VGL_CONVEX_INSTANTIATE(T) template vgl_polygon<T > vgl_convex_hull(const vcl_vector<vgl_point_2d<T > >&) |
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. |
Definition in file vgl_convex.txx.
#define VGL_CONVEX_INSTANTIATE | ( | T | ) | template vgl_polygon<T > vgl_convex_hull(const vcl_vector<vgl_point_2d<T > >&) |
Definition at line 93 of file vgl_convex.txx.
#define vgl_convex_txx_ |
Definition at line 3 of file vgl_convex.txx.
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.