OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temp_inertia
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.cpp
40
btVector3
temp_inertia
;
local
41
m_childShapes[i]->calculateLocalInertia(shapemass,
temp_inertia
);
44
inertia = gim_inertia_add_transformed( inertia,
temp_inertia
,m_childTransforms[i]);
48
inertia = gim_inertia_add_transformed( inertia,
temp_inertia
,btTransform::getIdentity());
Completed in 33 milliseconds