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