OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFixture
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.cpp
166
b2Fixture* b2Body::
CreateFixture
(const b2FixtureDef* def)
205
b2Fixture* b2Body::
CreateFixture
(const b2Shape* shape, float32 density)
211
return
CreateFixture
(&def);
b2Body.h
136
b2Fixture*
CreateFixture
(const b2FixtureDef* def);
145
b2Fixture*
CreateFixture
(const b2Shape* shape, float32 density);
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Body.cpp
24
return (jlong)body->
CreateFixture
( &fixtureDef );
36
return (jlong)body->
CreateFixture
( shape, density );
Completed in 63 milliseconds