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
bool computeSplitPlane(unsigned int vcount, const double *vertices, unsigned int tcount, const unsigned int *indices, ConvexDecompInterface *callback, double *plane)
Definition: splitplane.cpp:204


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Mon Feb 28 2022 22:06:34