OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b2BroadPhase
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2BroadPhase.cpp
19
#include <Box2D/Collision/
b2BroadPhase
.h>
23
b2BroadPhase
::
b2BroadPhase
()
36
b2BroadPhase
::~
b2BroadPhase
()
42
int32
b2BroadPhase
::CreateProxy(const b2AABB& aabb, void* userData)
50
void
b2BroadPhase
::DestroyProxy(int32 proxyId)
57
void
b2BroadPhase
::MoveProxy(int32 proxyId, const b2AABB& aabb, const b2Vec2& displacement)
66
void
b2BroadPhase
::TouchProxy(int32 proxyId)
71
void
b2BroadPhase
::BufferMove(int32 proxyId
[
all
...]
b2BroadPhase.h
37
class
b2BroadPhase
46
b2BroadPhase
();
47
~
b2BroadPhase
();
178
inline void*
b2BroadPhase
::GetUserData(int32 proxyId) const
183
inline bool
b2BroadPhase
::TestOverlap(int32 proxyIdA, int32 proxyIdB) const
190
inline const b2AABB&
b2BroadPhase
::GetFatAABB(int32 proxyId) const
195
inline int32
b2BroadPhase
::GetProxyCount() const
200
inline int32
b2BroadPhase
::GetTreeHeight() const
205
inline int32
b2BroadPhase
::GetTreeBalance() const
210
inline float32
b2BroadPhase
::GetTreeQuality() cons
[
all
...]
Completed in 51 milliseconds