Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
y
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
y
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
y
z
~
Variables
a
c
d
e
f
i
j
m
n
o
p
r
u
v
w
x
y
z
Typedefs
Related Functions
Files
File List
File Members
All
b
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Macros
src
ConvexDecomposition
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