HomeSort by relevance Sort by last modified time
    Searched refs:SetRestitution (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.h 188 void SetRestitution(float32 restitution);
319 inline void b2Fixture::SetRestitution(float32 restitution)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.h 130 void SetRestitution(float32 restitution);
324 inline void b2Contact::SetRestitution(float32 restitution)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Fixture.cpp 174 fixture->SetRestitution(restitution);
com.badlogic.gdx.physics.box2d.Contact.cpp 158 contact->SetRestitution(restitution);

Completed in 130 milliseconds