Uses of Class
org.jbox2d.dynamics.Fixture
-
Packages that use Fixture Package Description org.jbox2d.callbacks org.jbox2d.dynamics org.jbox2d.dynamics.contacts org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Fixture in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type Fixture Modifier and Type Method Description booleanQueryCallback. reportFixture(Fixture fixture)Called for each fixture found in the query AABB.floatRayCastCallback. reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction)Called for each fixture found in the query.voidDestructionListener. sayGoodbye(Fixture fixture)Called when any fixture is about to be destroyed due to the destruction of its parent body.booleanContactFilter. shouldCollide(Fixture fixtureA, Fixture fixtureB)Return true if contact calculations should be performed between these two shapes. -
Uses of Fixture in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Fixture Modifier and Type Field Description (package private) FixtureFixtureProxy. fixtureFixtureBody. m_fixtureListFixtureFixture. m_nextMethods in org.jbox2d.dynamics that return Fixture Modifier and Type Method Description FixtureBody. createFixture(Shape shape, float density)Creates a fixture from a shape and attach it to this body.FixtureBody. createFixture(FixtureDef def)Creates a fixture and attach it to this body.FixtureBody. getFixtureList()Get the list of all fixtures attached to this body.FixtureFixture. getNext()Get the next fixture in the parent body's fixture list.Methods in org.jbox2d.dynamics with parameters of type Fixture Modifier and Type Method Description voidBody. destroyFixture(Fixture fixture)Destroy a fixture.private voidWorld. drawShape(Fixture fixture, Transform xf, Color3f color)ContactWorld. popContact(Fixture fixtureA, int indexA, Fixture fixtureB, int indexB) -
Uses of Fixture in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as Fixture Modifier and Type Field Description FixtureContact. m_fixtureAFixtureContact. m_fixtureBMethods in org.jbox2d.dynamics.contacts that return Fixture Modifier and Type Method Description FixtureContact. getFixtureA()Get the first fixture in this contact.FixtureContact. getFixtureB()Get the second fixture in this contact.Methods in org.jbox2d.dynamics.contacts with parameters of type Fixture Modifier and Type Method Description ContactContactCreator. contactCreateFcn(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB)voidChainAndCircleContact. init(Fixture fA, int indexA, Fixture fB, int indexB)voidChainAndPolygonContact. init(Fixture fA, int indexA, Fixture fB, int indexB)voidCircleContact. init(Fixture fixtureA, Fixture fixtureB)voidContact. init(Fixture fA, int indexA, Fixture fB, int indexB)initialization for poolingvoidEdgeAndCircleContact. init(Fixture fA, int indexA, Fixture fB, int indexB)voidEdgeAndPolygonContact. init(Fixture fA, int indexA, Fixture fB, int indexB)voidPolygonAndCircleContact. init(Fixture fixtureA, Fixture fixtureB)voidPolygonContact. init(Fixture fixtureA, Fixture fixtureB) -
Uses of Fixture in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return Fixture Modifier and Type Method Description FixtureJbDeserializer. deserializeFixture(Body body, java.io.InputStream input)Deserializes a fixtureMethods in org.jbox2d.serialization with parameters of type Fixture Modifier and Type Method Description java.lang.LongJbSerializer.ObjectSigner. getTag(Fixture fixture)voidJbDeserializer.ObjectListener. processFixture(Fixture fixture, java.lang.Long tag)SerializationResultJbSerializer. serialize(Fixture fixture)Serializes a fixture -
Uses of Fixture in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return Fixture Modifier and Type Method Description FixturePbDeserializer. deserializeFixture(Body argBody, java.io.InputStream argInput)FixturePbDeserializer. deserializeFixture(Body argBody, Box2D.PbFixture argFixture)Methods in org.jbox2d.serialization.pb with parameters of type Fixture Modifier and Type Method Description SerializationResultPbSerializer. serialize(Fixture argFixture)Box2D.PbFixture.BuilderPbSerializer. serializeFixture(Fixture argFixture) -
Uses of Fixture in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as Fixture Modifier and Type Field Description FixtureTestQueryCallback. fixtureFixtureContactPoint. fixtureAFixtureContactPoint. fixtureBMethods in org.jbox2d.testbed.framework with parameters of type Fixture Modifier and Type Method Description java.lang.LongSignerAdapter. getTag(Fixture argFixture)java.lang.LongTestbedTest. getTag(Fixture fixture)voidListenerAdapter. processFixture(Fixture argFixture, java.lang.Long argTag)voidTestbedTest. processFixture(Fixture fixture, java.lang.Long tag)booleanTestQueryCallback. reportFixture(Fixture argFixture) -
Uses of Fixture in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Fixture Modifier and Type Field Description (package private) FixtureContinuousTest. currFixture(package private) FixtureOneSidedTest. m_character(package private) FixtureEdgeShapesCallback. m_fixture(package private) FixtureShapeEditing. m_fixture1(package private) FixtureShapeEditing. m_fixture2(package private) FixtureBreakable. m_piece1(package private) FixtureBreakable. m_piece2private FixtureConveyorBelt. m_platform(package private) FixtureOneSidedTest. m_platform(package private) FixtureSensorTest. m_sensorMethods in org.jbox2d.testbed.tests with parameters of type Fixture Modifier and Type Method Description (package private) voidPolyShapesCallback. DrawFixture(Fixture fixture)java.lang.LongConveyorBelt. getTag(Fixture argFixture)java.lang.LongOneSidedTest. getTag(Fixture fixture)voidConveyorBelt. processFixture(Fixture argFixture, java.lang.Long argTag)voidOneSidedTest. processFixture(Fixture fixture, java.lang.Long tag)floatEdgeShapesCallback. reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction)booleanPolyShapesCallback. reportFixture(Fixture fixture)floatRayCastAnyCallback. reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction)floatRayCastClosestCallback. reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction)floatRayCastMultipleCallback. reportFixture(Fixture fixture, Vec2 point, Vec2 normal, float fraction)
-