Go to the source code of this file.
Macros | |
| #define | VGL_CONVEX_INSTANTIATE(T) template vgl_polygon<T > vgl_convex_hull(const std::vector<vgl_point_2d<T > >&) |
Functions | |
| template<class T > | |
| vgl_polygon< T > | vgl_convex_hull (std::vector< vgl_point_2d< T > > const &points) |
| Return a single-sheet polygon which is the smallest one containing all given points. More... | |
| #define VGL_CONVEX_INSTANTIATE | ( | T | ) | template vgl_polygon<T > vgl_convex_hull(const std::vector<vgl_point_2d<T > >&) |
Definition at line 96 of file vgl_convex.hxx.
| vgl_polygon<T> vgl_convex_hull | ( | std::vector< vgl_point_2d< T > > const & | points | ) |
Return a single-sheet polygon which is the smallest one containing all given points.
Definition at line 35 of file vgl_convex.hxx.
1.8.15