OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_childShapes
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h
375
btAlignedObjectArray<btCollisionShape*>
m_childShapes
;
415
return
m_childShapes
.size();
424
m_childShapes
.push_back(shape);
431
m_childShapes
.push_back(shape);
437
return
m_childShapes
[index];
443
return
m_childShapes
[index];
454
m_childShapes
[child_index]->getAabb(t*m_childTransforms[child_index],aabbMin,aabbMax);
458
m_childShapes
[child_index]->getAabb(t,aabbMin,aabbMax);
466
btAssert(m_childTransforms.size() ==
m_childShapes
.size());
476
btAssert(m_childTransforms.size() ==
m_childShapes
.size())
[
all
...]
btGImpactShape.cpp
41
m_childShapes
[i]->calculateLocalInertia(shapemass,temp_inertia);
Completed in 54 milliseconds