Uses of Class
org.jbox2d.dynamics.FixtureDef
Packages that use FixtureDef
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Klassen, die innerhalb der Engine als Middleware zwischen der externen
Physics-Engine
JBox2D-Projekt von
Daniel Murhpy und der Engine-API
fungieren.
-
Uses of FixtureDef in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type FixtureDefModifier and TypeMethodDescriptionvoidFixture.create(Body body, FixtureDef def) final FixtureBody.createFixture(FixtureDef def) Creates a fixture and attach it to this body. -
Uses of FixtureDef in pi.physics
Methods in pi.physics that return FixtureDefModifier and TypeMethodDescriptionPhysicsData.createFixtureDefs()Erstellt Fixture-Definitions für alle Shapes des Actors.