Uses of Class
org.jbox2d.dynamics.Fixture
Packages that use Fixture
Package
Description
-
Uses of Fixture in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type FixtureModifier and TypeMethodDescriptionboolean
QueryCallback.reportFixture
(Fixture fixture) Called for each fixture found in the query AABB.float
RayCastCallback.reportFixture
(Fixture fixture, Vec2 point, Vec2 normal, float fraction) Called for each fixture found in the query.void
DestructionListener.sayGoodbye
(Fixture fixture) Called when any fixture is about to be destroyed due to the destruction of its parent body.boolean
ContactFilter.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 FixtureModifier and TypeFieldDescription(package private) Fixture
FixtureProxy.fixture
Body.m_fixtureList
Fixture.m_next
Methods in org.jbox2d.dynamics that return FixtureModifier and TypeMethodDescriptionfinal Fixture
Body.createFixture
(Shape shape, float density) Creates a fixture from a shape and attach it to this body.final Fixture
Body.createFixture
(FixtureDef def) Creates a fixture and attach it to this body.final Fixture
Body.getFixtureList()
Get the list of all fixtures attached to this body.Fixture.getNext()
Get the next fixture in the parent body's fixture list.Methods in org.jbox2d.dynamics with parameters of type FixtureModifier and TypeMethodDescriptionfinal void
Body.destroyFixture
(Fixture fixture) Destroy a fixture.private void
World.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 FixtureMethods in org.jbox2d.dynamics.contacts that return FixtureModifier and TypeMethodDescriptionContact.getFixtureA()
Get the first fixture in this contact.Contact.getFixtureB()
Get the second fixture in this contact.Methods in org.jbox2d.dynamics.contacts with parameters of type FixtureModifier and TypeMethodDescriptionContactCreator.contactCreateFcn
(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB) void
void
void
void
initialization for poolingvoid
void
void
void
-
Uses of Fixture in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return FixtureModifier and TypeMethodDescriptionJbDeserializer.deserializeFixture
(Body body, java.io.InputStream input) Deserializes a fixtureMethods in org.jbox2d.serialization with parameters of type FixtureModifier and TypeMethodDescriptionjava.lang.Long
void
JbDeserializer.ObjectListener.processFixture
(Fixture fixture, java.lang.Long tag) Serializes a fixture -
Uses of Fixture in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return FixtureModifier and TypeMethodDescriptionPbDeserializer.deserializeFixture
(Body argBody, java.io.InputStream argInput) PbDeserializer.deserializeFixture
(Body argBody, Box2D.PbFixture argFixture) Methods in org.jbox2d.serialization.pb with parameters of type Fixture -
Uses of Fixture in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as FixtureModifier and TypeFieldDescriptionTestQueryCallback.fixture
ContactPoint.fixtureA
ContactPoint.fixtureB
Methods in org.jbox2d.testbed.framework with parameters of type FixtureModifier and TypeMethodDescriptionjava.lang.Long
java.lang.Long
void
ListenerAdapter.processFixture
(Fixture argFixture, java.lang.Long argTag) void
TestbedTest.processFixture
(Fixture fixture, java.lang.Long tag) boolean
TestQueryCallback.reportFixture
(Fixture argFixture) -
Uses of Fixture in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as FixtureModifier and TypeFieldDescription(package private) Fixture
ContinuousTest.currFixture
(package private) Fixture
OneSidedTest.m_character
(package private) Fixture
EdgeShapesCallback.m_fixture
(package private) Fixture
ShapeEditing.m_fixture1
(package private) Fixture
ShapeEditing.m_fixture2
(package private) Fixture
Breakable.m_piece1
(package private) Fixture
Breakable.m_piece2
private Fixture
ConveyorBelt.m_platform
(package private) Fixture
OneSidedTest.m_platform
(package private) Fixture
SensorTest.m_sensor
Methods in org.jbox2d.testbed.tests with parameters of type FixtureModifier and TypeMethodDescription(package private) void
PolyShapesCallback.DrawFixture
(Fixture fixture) java.lang.Long
java.lang.Long
void
ConveyorBelt.processFixture
(Fixture argFixture, java.lang.Long argTag) void
OneSidedTest.processFixture
(Fixture fixture, java.lang.Long tag) float
EdgeShapesCallback.reportFixture
(Fixture fixture, Vec2 point, Vec2 normal, float fraction) boolean
PolyShapesCallback.reportFixture
(Fixture fixture) float
RayCastAnyCallback.reportFixture
(Fixture fixture, Vec2 point, Vec2 normal, float fraction) float
RayCastClosestCallback.reportFixture
(Fixture fixture, Vec2 point, Vec2 normal, float fraction) float
RayCastMultipleCallback.reportFixture
(Fixture fixture, Vec2 point, Vec2 normal, float fraction)