KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
g_hull.h File Reference
#include <h/h_hull.h>
#include <h/h_ave.h>
#include <m_cpp/m_matrix.h>
#include <vector>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

int kjb::get_convex_hull (const Matrix &points, Matrix &hull_vertices, std::vector< Matrix > &hull_facets)
 Get the convex hull of points hull_vertices stores the vertices of the convex hull hull_facets stores the facets of the hull. More...
 
bool kjb::intersect_hulls (const std::vector< Matrix > &pts, Matrix &hull_vertices, std::vector< Matrix > &hull_facets)
 Compute the intersections of the vector of points. More...
 
double kjb::get_convex_hull_volume (const kjb::Matrix &points)
 Get the volume of the convex hull of points. More...