Searched refs:temp_box (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A DbtGImpactBvh.cpp243 btAABB temp_box; local
248 getNodeBound(child_node,temp_box);
249 bound.merge(temp_box);
255 getNodeBound(child_node,temp_box);
256 bound.merge(temp_box);
H A DbtGImpactQuantizedBvh.cpp265 btAABB temp_box; local
270 getNodeBound(child_node,temp_box);
271 bound.merge(temp_box);
277 getNodeBound(child_node,temp_box);
278 bound.merge(temp_box);

Completed in 49 milliseconds