OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b2TestOverlap
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Collision.h
248
bool
b2TestOverlap
( const b2Shape* shapeA, int32 indexA,
262
inline bool
b2TestOverlap
(const b2AABB& a, const b2AABB& b)
b2DynamicTree.h
184
if (
b2TestOverlap
(node->aabb, aabb))
242
if (
b2TestOverlap
(node->aabb, segmentAABB) == false)
b2BroadPhase.h
187
return
b2TestOverlap
(aabbA, aabbB);
b2Collision.cpp
233
bool
b2TestOverlap
( const b2Shape* shapeA, int32 indexA,
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp
185
touching =
b2TestOverlap
(shapeA, m_indexA, shapeB, m_indexB, xfA, xfB);
Completed in 59 milliseconds