OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_aabbMaxOrg
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.h
103
btVector3
m_aabbMaxOrg
;
234
m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
= aabbMax;
255
return m_leafNodes[nodeIndex].
m_aabbMaxOrg
;
294
m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
.setMax(newAabbMax);
514
btVector3FloatData
m_aabbMaxOrg
;
524
btVector3DoubleData
m_aabbMaxOrg
;
btQuantizedBvh.cpp
388
aabbOverlap = TestAabbAgainstAabb2(aabbMin,aabbMax,rootNode->m_aabbMinOrg,rootNode->
m_aabbMaxOrg
);
513
bounds[1] = rootNode->
m_aabbMaxOrg
;
518
aabbOverlap = TestAabbAgainstAabb2(rayAabbMin,rayAabbMax,rootNode->m_aabbMinOrg,rootNode->
m_aabbMaxOrg
);
967
btSwapVector3Endian(m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
, targetBvh->m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
);
979
targetBvh->m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
= m_contiguousNodes[nodeIndex].
m_aabbMaxOrg
;
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h
224
btVector3FloatData
m_aabbMaxOrg
;
237
btVector3DoubleData
m_aabbMaxOrg
;
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btOptimizedBvh.cpp
70
node.
m_aabbMaxOrg
= aabbMax;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
Completed in 1561 milliseconds