concavity.h
Go to the documentation of this file.
1 #ifndef COMPUTE_CONCAVITY_H
2 
3 #define COMPUTE_CONCAVITY_H
4 
62 namespace ConvexDecomposition
63 {
64 
65 class ConvexDecompInterface;
66 
67 // compute's how 'concave' this object is and returns the total volume of the
68 // convex hull as well as the volume of the 'concavity' which was found.
69 double computeConcavity(unsigned int vcount,
70  const double *vertices,
71  unsigned int tcount,
72  const unsigned int *indices,
73  ConvexDecompInterface *callback,
74  double *plane,
75  double &volume);
76 
77 
78 };
79 
80 
81 #endif
ConvexDecomposition::computeConcavity
double computeConcavity(unsigned int vcount, const double *vertices, unsigned int tcount, const unsigned int *indices, ConvexDecompInterface *callback, double *plane, double &volume)
Definition: concavity.cpp:594
ConvexDecomposition
Definition: bestfit.cpp:75


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59