OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_circle
(Results
1 - 12
of
12
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2CircleContact.cpp
44
b2Assert(m_fixtureA->GetType() == b2Shape::
e_circle
);
45
b2Assert(m_fixtureB->GetType() == b2Shape::
e_circle
);
b2ChainAndCircleContact.cpp
44
b2Assert(m_fixtureB->GetType() == b2Shape::
e_circle
);
b2EdgeAndCircleContact.cpp
42
b2Assert(m_fixtureB->GetType() == b2Shape::
e_circle
);
b2PolygonAndCircleContact.cpp
42
b2Assert(m_fixtureB->GetType() == b2Shape::
e_circle
);
b2Contact.cpp
42
AddType(b2CircleContact::Create, b2CircleContact::Destroy, b2Shape::
e_circle
, b2Shape::
e_circle
);
43
AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon, b2Shape::
e_circle
);
45
AddType(b2EdgeAndCircleContact::Create, b2EdgeAndCircleContact::Destroy, b2Shape::e_edge, b2Shape::
e_circle
);
47
AddType(b2ChainAndCircleContact::Create, b2ChainAndCircleContact::Destroy, b2Shape::e_chain, b2Shape::
e_circle
);
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2Shape.h
48
e_circle
= 0,
enumerator in enum:b2Shape::Type
b2CircleShape.h
67
m_type =
e_circle
;
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Shape.cpp
46
case b2Shape::
e_circle
: return 0;
com.badlogic.gdx.physics.box2d.Fixture.cpp
15
case b2Shape::
e_circle
: return 0;
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp
82
case b2Shape::
e_circle
:
242
case b2Shape::
e_circle
:
b2World.cpp
1035
case b2Shape::
e_circle
:
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Distance.cpp
32
case b2Shape::
e_circle
:
Completed in 328 milliseconds