OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circlebody
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
SimpleTest.java
97
Body
circleBody
= world.createBody(circleBodyDef);
100
circleBody
.createFixture(circleShape, 10);
Completed in 143 milliseconds