22 #ifndef __dgPolyhedraMassProperties__ 23 #define __dgPolyhedraMassProperties__ 29 void AddCGFace(dgInt32 indexCount,
const dgVector *faceVertex);
30 void AddInertiaFace(dgInt32 indexCount,
const dgFloat32 *faceVertex);
31 void AddInertiaAndCrossFace(dgInt32 indexCount,
const dgFloat32 *faceVertex);
39 static dgFloat32 mult[10];
Definition: dgVector.h:86
Definition: dgPolyhedraMassProperties.h:25