OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBoxSet
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactShapeInterface.java
81
public btGImpactQuantizedBvh
getBoxSet
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp
278
btGImpactBoxSet::find_collision(shape0->
getBoxSet
(),trans0,shape1->
getBoxSet
(),trans1,pairset);
325
shape0->
getBoxSet
()->boxQuery(boxshape, collided_primitives);
btGImpactShape.h
196
SIMD_FORCE_INLINE const btGImpactBoxSet *
getBoxSet
() const
Completed in 217 milliseconds