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
meshvolume.h
Go to the documentation of this file.
1
#ifndef MESH_VOLUME_H
2
3
#define MESH_VOLUME_H
4
59
namespace
ConvexDecomposition
60
{
61
62
63
double
computeMeshVolume
(
const
double
*vertices,
unsigned
int
tcount,
const
unsigned
int
*indices);
64
double
computeMeshVolume2
(
const
double
*vertices,
unsigned
int
tcount,
const
unsigned
int
*indices);
65
66
float
computeMeshVolume
(
const
float
*vertices,
unsigned
int
tcount,
const
unsigned
int
*indices);
67
68
};
69
70
#endif
ConvexDecomposition::computeMeshVolume
double computeMeshVolume(const double *vertices, unsigned int tcount, const unsigned int *indices)
Definition:
meshvolume.cpp:67
ConvexDecomposition
Definition:
bestfit.cpp:75
ConvexDecomposition::computeMeshVolume2
double computeMeshVolume2(const double *vertices, unsigned int tcount, const unsigned int *indices)
Definition:
meshvolume.cpp:136
convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59