splitplane.h
Go to the documentation of this file.
1 #ifndef SPLIT_PLANE_H
2 
3 #define SPLIT_PLANE_H
4 
61 namespace ConvexDecomposition
62 {
63 
64 class ConvexDecompInterface;
65 
66 bool computeSplitPlane(unsigned int vcount,
67  const double *vertices,
68  unsigned int tcount,
69  const unsigned int *indices,
70  ConvexDecompInterface *callback,
71  double *plane);
72 
73 
74 };
75 
76 #endif
ConvexDecomposition::computeSplitPlane
bool computeSplitPlane(unsigned int vcount, const double *vertices, unsigned int tcount, const unsigned int *indices, ConvexDecompInterface *callback, double *plane)
Definition: splitplane.cpp:204
ConvexDecomposition
Definition: bestfit.cpp:75


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