25 #ifndef GIMPACT_SHAPE_H
26 #define GIMPACT_SHAPE_H
137 aabbMin = transformedbox.
m_min;
138 aabbMax = transformedbox.
m_max;
253 aabbMin = child_aabb.
m_min;
254 aabbMax = child_aabb.
m_max;
279 (void) rayFrom; (void) rayTo; (void) resultCallback;
288 (void) callback; (void) aabbMin; (void) aabbMax;
355 (void) prim_index; (void) triangle;
372 (void) children_has_transform;
486 (void) prim_index; (void) triangle;
492 (void) prim_index; (void) tetrahedron;
502 return "GImpactCompound";
662 vertex[1] =
btScalar(dvertices[1]*m_scale[1]);
663 vertex[2] =
btScalar(dvertices[2]*m_scale[2]);
668 vertex[0] = svertices[0]*
m_scale[0];
669 vertex[1] = svertices[1]*m_scale[1];
670 vertex[2] = svertices[2]*m_scale[2];
686 get_indices(prim_index,indices[0],indices[1],indices[2]);
696 get_indices(prim_index,indices[0],indices[1],indices[2]);
739 dummymanager->
lock();
816 return "GImpactMeshShapePart";
1056 (void) prim_index; (void) triangle;
1062 (void) prim_index; (void) tetrahedron;
1085 (void) child_index; (void) t; (void) aabbMin; (void) aabbMax;
1120 (void) index; (void) transform;
1133 return "GImpactMesh";
1171 #endif //GIMPACT_MESH_SHAPE_H