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
fitsphere.h
Go to the documentation of this file.
1
#ifndef FIT_SPHERE_H
2
3
#define FIT_SPHERE_H
4
60
namespace
ConvexDecomposition
61
{
62
63
double
computeBoundingSphere
(
unsigned
int
vcount,
const
double
*points,
double
*center);
64
float
computeBoundingSphere
(
unsigned
int
vcount,
const
float
*points,
float
*center);
65
66
double
computeSphereVolume
(
double
r);
67
68
};
69
70
#endif
ConvexDecomposition
Definition:
bestfit.cpp:75
ConvexDecomposition::computeBoundingSphere
double computeBoundingSphere(unsigned int vcount, const double *points, double *center)
Definition:
fitsphere.cpp:99
ConvexDecomposition::computeSphereVolume
double computeSphereVolume(double r)
Definition:
fitsphere.cpp:373
convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:04:59