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);
66 float computeMeshVolume(
const float *vertices,
unsigned int tcount,
const unsigned int *indices);
double computeMeshVolume(const double *vertices, unsigned int tcount, const unsigned int *indices)
double computeMeshVolume2(const double *vertices, unsigned int tcount, const unsigned int *indices)