Index
All Classes|All Packages
A
- aabb(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- aabb(Body, Rectangle) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- aabb(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- aabb(Fixture, Rectangle) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- aabb(Shape, float) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- aabb(Shape, float, Rectangle) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- active - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- Adapter() - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- Adapter() - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- Adapter() - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener.Adapter
- Adapter() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- add(Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
adds
the givensegment
to the end of this Chain - add(Body...) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
adds
the given segments to the end of this Chain - add(Joint) - Method in class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
adds
the given joint toChain.Connection.joints
- Aliases() - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
- allowSleep - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- angle - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- angularDamping - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- angularVelocity - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- AnimatedBox2DSprite - Class in net.dermetfan.gdx.graphics.g2d
-
A
Box2DSprite
using anAnimatedSprite
for animation. - AnimatedBox2DSprite(AnimatedSprite) - Constructor for class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
-
creates a new
AnimatedBox2DSprite
with the givenAnimatedSprite
- apply(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- apply(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- apply(DistanceJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- apply(FrictionJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- apply(GearJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- apply(MotorJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- apply(MouseJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- apply(PrismaticJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- apply(RevoluteJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- apply(RopeJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- apply(WeldJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- apply(WheelJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- apply(World) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- apply(T) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Change
- apply(T) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- applyForce(Body, Vector2, boolean) - Method in class net.dermetfan.gdx.physics.box2d.PositionController
-
applies the necessary force at the given point
- applyForceToCenter(Body, boolean) - Method in class net.dermetfan.gdx.physics.box2d.PositionController
-
applies the necessary force at the center of mass of the Body
- applyForceToCenter(World, boolean) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController
-
Calls
applyForceToCenter
for every Body with a PositionController in its user data. - applyTorque(Body, boolean) - Method in class net.dermetfan.gdx.physics.box2d.RotationController
-
applies the necessary torque
- applyTorque(World, boolean) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController
-
Calls
applyTorque
for every Body with a RotationController in its user data. - AREA - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
too small area: smaller than
Box2DUtils.Settings.epsilon
- as(ChainShape, Polyline) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- as(CircleShape, Circle) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- as(EdgeShape, Polyline) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- as(Fixture, Circle) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
sets the given Circle to the Fixture's CircleShape, in world coordinates
- as(Fixture, Polygon) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
sets the given Polygon to the Fixture's PolygonShape, in world coordinates
- as(Fixture, Polyline) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
sets the given Polyline to the given Fixture's EdgeShape or ChainShape, in world coordinates
- as(PolygonShape, Polygon) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- assignProperties(BodyDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns the given
properties
to the values of the given BodyDef - assignProperties(FixtureDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- assignProperties(JointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns the common properties of all JointDefs
- assignProperties(DistanceJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(FrictionJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(GearJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(MouseJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(PrismaticJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(PulleyJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(RevoluteJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(RopeJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(WeldJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- assignProperties(WheelJointDef, MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
assigns all properties unique to the given joint definition
- autoCache - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
if shapes should automatically be cached when they are inspected for the first time
- autoClearForces - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- awake - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
B
- beginContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
does nothing
- beginContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.ContactAdapter
- beginContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- body - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- bodyA - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- bodyB - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- BodyChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- bodyDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
-
the
BodyDef
to use inChain.DefBuilder.createSegment(int, int, Chain)
- bodyDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
the
BodyDef
to use inChain.DefShapeBuilder.createSegment(int, int, Chain)
- bodyType - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- Box2DMapObjectParser - Class in net.dermetfan.gdx.physics.box2d
-
Parses
MapObjects
from aMap
and generates Box2DBodies
,Fixtures
andJoints
from them.
Just create a newBox2DMapObjectParser
and callBox2DMapObjectParser.load(World, MapLayer)
to load all compatible objects (defined by the theBox2DMapObjectParser.aliases
) into yourWorld
.
If you only want specific Fixtures or Bodies, you can use theBox2DMapObjectParser.createBody(World, MapObject)
andBox2DMapObjectParser.createFixture(MapObject)
methods.
How you define compatible objects in the TiledMap editor:
In your object layer, right-click an object and set its properties to those of the Body/Fixture/both (in case you're creating anobject
) you'd like, as defined in the usedBox2DMapObjectParser.Aliases
object.
For type, you have to chooseBox2DMapObjectParser.Aliases.body
,Box2DMapObjectParser.Aliases.fixture
orBox2DMapObjectParser.Aliases.object
.
To add Fixtures to a Body, add aBox2DMapObjectParser.Aliases.body
property with the same value to each Fixture of a Body.
To createJoints
, add any object to the layer and just put everything needed in its properties. - Box2DMapObjectParser() - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
with the defaultBox2DMapObjectParser.Aliases
- Box2DMapObjectParser(float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenunitScale
and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(float, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.unitScale
,Box2DMapObjectParser.tileWidth
,Box2DMapObjectParser.tileHeight
and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Aliases) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Aliases
- Box2DMapObjectParser(Box2DMapObjectParser.Aliases, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Aliases
andBox2DMapObjectParser.unitScale
and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Aliases, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Aliases
,Box2DMapObjectParser.tileWidth
andBox2DMapObjectParser.tileHeight
- Box2DMapObjectParser(Box2DMapObjectParser.Aliases, float, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
with the given parameters and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Aliases, Box2DMapObjectParser.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Aliases
andBox2DMapObjectParser.Listener
- Box2DMapObjectParser(Box2DMapObjectParser.Aliases, Box2DMapObjectParser.Listener, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Aliases
,Box2DMapObjectParser.Listener
andBox2DMapObjectParser.unitScale
and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Aliases, Box2DMapObjectParser.Listener, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Listener
,Box2DMapObjectParser.Aliases
,Box2DMapObjectParser.tileWidth
andBox2DMapObjectParser.tileHeight
- Box2DMapObjectParser(Box2DMapObjectParser.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Listener
- Box2DMapObjectParser(Box2DMapObjectParser.Listener, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Listener
andBox2DMapObjectParser.unitScale
and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Listener, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
using the givenBox2DMapObjectParser.Listener
,Box2DMapObjectParser.tileWidth
andBox2DMapObjectParser.tileHeight
- Box2DMapObjectParser(Box2DMapObjectParser.Listener, float, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
with the given parameters and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser(Box2DMapObjectParser.Listener, Box2DMapObjectParser.Aliases, float, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a new
Box2DMapObjectParser
with the given parameters and setsBox2DMapObjectParser.ignoreMapUnitScale
to true - Box2DMapObjectParser.Aliases - Class in net.dermetfan.gdx.physics.box2d
-
defines the
Box2DMapObjectParser.aliases
to use when parsing - Box2DMapObjectParser.Listener - Interface in net.dermetfan.gdx.physics.box2d
-
Allows modification of
MapObjects
before they are used to create Box2D objects.
Note that the map object given to you is the one directly from the map, so if you modify it, you modify theMap
instance! If you want to avoid that, make a copy.
Also listens to Box2D objects that have been created. - Box2DMapObjectParser.Listener.Adapter - Class in net.dermetfan.gdx.physics.box2d
-
Does nothing.
- Box2DPolygonSprite - Class in net.dermetfan.gdx.graphics.g2d
-
A
Box2DPolygonSprite
is aPolygonSprite
with additional drawing information and the ability to draw itself on a givenBody
orFixture
. - Box2DPolygonSprite(PolygonRegion) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- Box2DPolygonSprite(PolygonSprite) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- Box2DSprite - Class in net.dermetfan.gdx.graphics.g2d
-
A
Box2DSprite
is aSprite
with additional drawing information and the ability to draw itself on a givenBody
orFixture
. - Box2DSprite() - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(Sprite) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(TextureRegion) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(TextureRegion, int, int, int, int) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(Texture) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(Texture, int, int) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DSprite(Texture, int, int, int, int) - Constructor for class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- Box2DUtils - Class in com.badlogic.gdx.physics.box2d
-
Placed in this package to have access to the protected
addr
fields. - Box2DUtils - Class in net.dermetfan.gdx.physics.box2d
-
provides methods for operations with Box2D
Bodies
,Fixtures
andShapes
- Box2DUtils() - Constructor for class com.badlogic.gdx.physics.box2d.Box2DUtils
- Box2DUtils() - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DUtils
- Box2DUtils.PreconditionCheck - Enum in net.dermetfan.gdx.physics.box2d
-
checks if Box2D's preconditions are met to avoid native crashes
- Box2DUtils.PreconditionCheck.InvalidChainShapeException - Exception in net.dermetfan.gdx.physics.box2d
-
indicates that a ChainShape cannot be created from this polyline
- Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem - Enum in net.dermetfan.gdx.physics.box2d
-
the reason why this ChainShape cannot be created
- Box2DUtils.PreconditionCheck.InvalidPolygonShapeException - Exception in net.dermetfan.gdx.physics.box2d
-
indicates that a PolygonShape cannot be created from this polygon
- Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem - Enum in net.dermetfan.gdx.physics.box2d
-
the reason this shape is invalid
- Box2DUtils.PreconditionCheck.InvalidPolyShapeException - Exception in net.dermetfan.gdx.physics.box2d
-
indicates that a poly shape cannot be created from these vertices
- Box2DUtils.Settings - Class in net.dermetfan.gdx.physics.box2d
-
b2Settings.h
- Box2DUtils.ShapeCache - Class in net.dermetfan.gdx.physics.box2d
-
cached method results
- Breakable - Class in net.dermetfan.gdx.physics.box2d
-
Breaks bodies or fixtures if they get hit too hard.
- Breakable(float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(float, float, boolean) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(float, float, boolean, boolean) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(float, float, boolean, Breakable.Callback) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(float, float, Vector2, float, float, boolean, boolean, Breakable.Callback) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(float, float, Breakable.Callback) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Vector2, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Vector2, float, float, boolean) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Vector2, float, float, boolean, boolean) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Vector2, float, float, boolean, Breakable.Callback) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Vector2, float, float, Breakable.Callback) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
- Breakable(Breakable) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable
-
constructs a new Breakable exactly like the given other one
- Breakable.Callback - Interface in net.dermetfan.gdx.physics.box2d
-
a callback for a
Breakable
if its container (body or fixture) was destroyed (for example to play a sound) - Breakable.Callback.Adapter - Class in net.dermetfan.gdx.physics.box2d
-
Returns false in all methods implemented from
Breakable.Callback
. - Breakable.Manager - Class in net.dermetfan.gdx.physics.box2d
-
Manages the
Breakables
of the Contacts it receives. - brokenBodies - Variable in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
the bodies that broke in
Breakable.Manager.strain(Contact, ContactImpulse)
- brokenFixtures - Variable in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
the fixtures that broke in
Breakable.Manager.strain(Contact, ContactImpulse)
- brokenJoints - Variable in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
the joints that broke in
Breakable.Manager.strain(Joint, float)
- bullet - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
C
- cache - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
Cached
Shapes
and theirBox2DUtils.ShapeCache
. - cache(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- calculateForce(float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- calculateForce(float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- calculateForce(float, float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- calculateForce(float, float, float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- calculateForce(float, float, float, float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- calculateForce(float, float, float, float, float, float, float, float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- calculateForce(Vector2, Vector2) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- calculateForce(Vector2, Vector2, Vector2) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- calculateForce(Vector2, Vector2, Vector2, Vector2, Vector2) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- calculateForce(Body, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController
- calculateForce(Body, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- calculateForce(Body, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- calculateForce(Body, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- calculateForceToCenter(Body) - Method in class net.dermetfan.gdx.physics.box2d.PositionController
- calculateForceToCenter(Body) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- calculateForceToCenter(Body) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- calculateForceToCenter(Body) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- calculateTargetAngle(Body, Vector2) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- calculateTorque(float, float) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController.D
- calculateTorque(float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- calculateTorque(float, float, float, float, float) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- calculateTorque(Body) - Method in class net.dermetfan.gdx.physics.box2d.RotationController
- calculateTorque(Body) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.D
- calculateTorque(Body) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- calculateTorque(Body) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- categoryBits - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- Chain - Class in net.dermetfan.gdx.physics.box2d
-
Holds
Chain.segments
andChain.connections
to simulate a chain. - Chain(int, Chain.Builder) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain
-
creates a new Chain and
builds
it to the givenlength
- Chain(int, Chain.Builder, boolean) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain
- Chain(Chain) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain
-
creates a shallow copy of the given
Chain
instance - Chain(Chain.Builder) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain
- Chain(Chain.Builder, Body...) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain
-
creates a new Chain with the given
segments
- Chain.Builder - Interface in net.dermetfan.gdx.physics.box2d
-
used by a
Chain
to modify it - Chain.Connection - Class in net.dermetfan.gdx.physics.box2d
-
holds one or more
joints
- Chain.CopyBuilder - Class in net.dermetfan.gdx.physics.box2d
- Chain.DefBuilder - Class in net.dermetfan.gdx.physics.box2d
- Chain.DefShapeBuilder - Class in net.dermetfan.gdx.physics.box2d
- Chain.JointDefCopyBuilder - Class in net.dermetfan.gdx.physics.box2d
-
a
Chain.CopyBuilder
that uses aJointDef
inChain.JointDefCopyBuilder.createConnection(Body, int, Body, int)
- changed(Body, WorldObserver.BodyChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- changed(Body, WorldObserver.BodyChange) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- changed(Body, WorldObserver.BodyChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- changed(Fixture, WorldObserver.FixtureChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- changed(Fixture, WorldObserver.FixtureChange) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- changed(Fixture, WorldObserver.FixtureChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- changed(Joint, WorldObserver.JointChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- changed(Joint, WorldObserver.JointChange) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- changed(Joint, WorldObserver.JointChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- changed(World, WorldObserver.WorldChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- changed(World, WorldObserver.WorldChange) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- changed(World, WorldObserver.WorldChange) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- check - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
the PreconditionCheck to use
- checkChainShape(float[], int, int) - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- checkPolygonShape(float[], int, int) - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- clone(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
clones a Body (without deep copying the Shapes of its Fixtures)
- clone(Body, boolean) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
clones a Body
- clone(Fixture, Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
clones a Fixture (without deep copying its Shape)
- clone(Fixture, Body, boolean) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
clones a Fixture
- clone(T) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
creates a deep copy of a Shape
- CLOSE_VERTICES - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem
-
too close vertices: the squared distance between at least 2 vertices is closer than
Box2DUtils.Settings.linearSlop
squared - collideConnected - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- com.badlogic.gdx.physics.box2d - package com.badlogic.gdx.physics.box2d
- CONCAVE - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
the vertices form a concave polygon
- Connection(Joint) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
creates a new Connection and
adds
the given joint - Connection(Joint...) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
creates a new Connection and
adds
the given joints - Connection(Joint, Joint) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
creates a new Connection and
adds
the given joints - Connection(Joint, Joint, Joint) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
creates a new Connection and
adds
the given joints - ContactAdapter - Class in net.dermetfan.gdx.physics.box2d
-
Override this if you only want to use a subset of methods of the
ContactListener
. - ContactAdapter() - Constructor for class net.dermetfan.gdx.physics.box2d.ContactAdapter
- ContactMultiplexer - Class in net.dermetfan.gdx.physics.box2d
-
a
ContactListener
that sendsContacts
to anArray
of ContactListeners - ContactMultiplexer(ContactListener...) - Constructor for class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- ContactMultiplexer(Array<ContactListener>) - Constructor for class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- CopyBuilder(Body) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.CopyBuilder
- createBody(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- createBody(MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createBody(World, MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a
Body
in the givenWorld
from the givenMapObject
- createConnection(int, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
creates
a newChain.Connection
- createConnection(int, int, Chain.Builder) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
Creates a
Chain.Connection
using theChain.Builder
passing the correct parameters toChain.Builder.createConnection(Body, int, Body, int)
specified by the given indices. - createConnection(Body, int, Body, int) - Method in interface net.dermetfan.gdx.physics.box2d.Chain.Builder
-
connects two segments with each other using a
Chain.Connection
- createConnection(Body, int, Body, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- createConnection(Body, int, Body, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- createConnection(Body, int, Body, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain.JointDefCopyBuilder
- created(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- created(Body) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- created(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- created(Body, MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
does nothing
- created(Body, MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- created(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- created(Fixture) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- created(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- created(Fixture, MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
does nothing
- created(Fixture, MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- created(Joint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- created(Joint) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- created(Joint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- created(Joint, MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
does nothing
- created(Joint, MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createDef(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(Joint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(DistanceJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(FrictionJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(GearJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(MotorJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(MouseJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(PrismaticJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(PulleyJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(RevoluteJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(RopeJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(WeldJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createDef(WheelJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- createFixture(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- createFixture(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- createFixture(MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createFixture(MapObject, Body) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a
Fixture
from aMapObject
- createFixtures(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- createFixtures(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- createFixtures(MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createFixtures(MapObject, Body) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates
Fixtures
from aMapObject
- createJoint(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates a
Joint
from aMapObject
- createJoint(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- createJoint(MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createObject(MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
- createObject(MapObject) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- createObject(World, MapObject) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- createSegment(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
creates
a segment for the given index using theChain.builder
- createSegment(int, int, Chain) - Method in interface net.dermetfan.gdx.physics.box2d.Chain.Builder
-
creates a segment that is going to be added to
Chain.segments
- createSegment(int, int, Chain) - Method in class net.dermetfan.gdx.physics.box2d.Chain.CopyBuilder
- createSegment(int, int, Chain) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- createSegment(int, int, Chain) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
creates a
segment
usingChain.DefShapeBuilder.bodyDef
,Chain.DefShapeBuilder.shape
andChain.DefShapeBuilder.density
- createSegment(int, Chain.Builder) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
Creates a
segment
using the givenChain.Builder
passing the correct parameters toChain.Builder.createSegment(int, int, Chain)
specified by the givenindex
.
D
- D(float) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.D
- D(Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.D
- D(Number) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.D
- dampingRatio - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- defaultListener - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
the
Box2DMapObjectParser.Listener
used by default (anBox2DMapObjectParser.Listener.Adapter
instance) - defaultUserDataAccessor - Static variable in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
-
the
Box2DPolygonSprite.userDataAccessor
used by default - defaultUserDataAccessor - Static variable in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
-
the
userDataAccessor
used by default - defaultUserDataAccessor - Static variable in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
the
Breakable.Manager.userDataAccessor
used by default - defaultUserDataAccessor - Static variable in class net.dermetfan.gdx.physics.box2d.PositionController
-
returns the argument if it is a PositionController
- defaultUserDataAccessor - Static variable in class net.dermetfan.gdx.physics.box2d.RotationController
-
returns the argument if it is a RotationController
- DefBuilder(World, BodyDef, FixtureDef, JointDef) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- DefShapeBuilder(World, BodyDef, Shape, float, JointDef) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- density - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- density - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
the density to use in
Body.createFixture(Shape, float)
- destroy() - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
actually destroys all bodies in
Breakable.Manager.brokenBodies
and fixtures inBreakable.Manager.brokenFixtures
- destroy() - Method in class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
destroys
allChain.Connection.joints
- destroy(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- destroy(int, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
destroys
all segments from beginIndex to endIndex - destroy(Body) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- destroy(Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- destroy(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
destroys the given fixture (and its body depending on
Breakable.breakBodyWithoutFixtures
andBreakable.breakBody
) - destroy(Joint) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- destroyed(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- destroyed(Body) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- destroyed(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- destroyed(Body, Breakable) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- destroyed(Body, Breakable) - Method in interface net.dermetfan.gdx.physics.box2d.Breakable.Callback
-
called by
Breakable.Manager.destroy(Body)
- destroyed(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- destroyed(Fixture) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- destroyed(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- destroyed(Fixture, Breakable) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- destroyed(Fixture, Breakable) - Method in interface net.dermetfan.gdx.physics.box2d.Breakable.Callback
-
called by
Breakable.Manager.destroy(Fixture)
- destroyed(Joint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- destroyed(Joint) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- destroyed(Joint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- destroyed(Joint, Breakable) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- destroyed(Joint, Breakable) - Method in interface net.dermetfan.gdx.physics.box2d.Breakable.Callback
-
called by
Breakable.Manager.destroy(Joint)
- destroyFixtures(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
destroys
all fixtures of the given body - destroyFixtures(Body, Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- destroyFixtures(Body, Fixture...) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- destroyFixtures(Body, Array<Fixture>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
destroys
all fixtures of the given body except the given ones - dispose() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
disposes
theChain.DefShapeBuilder.shape
- distanceJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- DistanceJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- dragged(MouseJoint, Vector2, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener.Adapter
- dragged(MouseJoint, Vector2, Vector2) - Method in interface net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener
- draw(Batch, float, float, float, float, float) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
-
updates
before drawing ifAnimatedBox2DSprite.isAutoUpdate()
is true - draw(Batch, float, float, float, float, float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
-
Used internally.
- draw(Batch, float, float, float, float, float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
-
Used internally.
- draw(Batch, Body) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
-
draws this
Box2DPolygonSprite
on the givenBody
- draw(Batch, Body) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
-
draws this
Box2DSprite
on the givenBody
- draw(Batch, Fixture) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
-
draws this
Box2DPolygonSprite
on the givenFixture
- draw(Batch, Fixture) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
-
draws this
Box2DSprite
on the givenFixture
- draw(Batch, World) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- draw(Batch, World) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- draw(Batch, World, boolean) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
-
draws all the
Box2DPolygonSprites
on theBody
orFixture
that hold them in their user data in the givenWorld
- draw(Batch, World, boolean) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
-
draws all the
Box2DSprites
on theBody
orFixture
that hold them in their user data in the givenWorld
- draw(PolygonSpriteBatch, float, float, float, float, float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- dynamicBody - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
E
- enableLimit - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- enableMotor - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- endContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
does nothing
- endContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.ContactAdapter
- endContact(Contact) - Method in class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- epsilon - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
-
b2_epsilon
- equals(Filter, Filter) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- equals(MassData, MassData) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- equals(Transform, Transform) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- EXCEPTION - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
-
throws an exception
- extend() - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
extends
this Chain using theChain.builder
- extend(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- extend(int, Chain.Builder) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- extend(Chain.Builder) - Method in class net.dermetfan.gdx.physics.box2d.Chain
F
- findAvailableName(String, ObjectMap<String, ?>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- fixedRotation - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- fixture - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- FixtureChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- fixtureDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
-
the
FixtureDef
to use inChain.DefBuilder.createSegment(int, int, Chain)
- fixtureVertices(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- flipFrames(boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- flipFrames(boolean, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- flipFrames(float, float, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- flipFrames(float, float, boolean, boolean, boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- frequencyHz - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- friciton - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- frictionJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- FrictionJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
G
- gearJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- GearJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- getAdapters() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
- getAddr(Body) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- getAddr(Fixture) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- getAddr(Joint) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- getAliases() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getAngle() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- getAngle() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- getAnimatedSprite() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- getAnimation() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- getBodies() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getBodyChange(int) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- getBodyDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- getBodyDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- getBrokenBodies() - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- getBrokenFixtures() - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- getBuilder() - Method in class net.dermetfan.gdx.physics.box2d.Chain
- getCallback() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getCamera() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- getConnection(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- getConnections() - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
Warning: The returned Array is used by other methods and may be modified unexpectedly.
- getDensity() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- getDestination() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- getDestination() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- getFixtureChange(int) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- getFixtureDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- getFixtures() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getGain() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- getGain() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- getGain() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.D
- getGain() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- getGainD() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- getGainD() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- getGainP() - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- getGainP() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- getHeritage() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getJoint() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- getJointChange(Joint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- getJointDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- getJointDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- getJointDef() - Method in class net.dermetfan.gdx.physics.box2d.Chain.JointDefCopyBuilder
- getJointDef() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- getJoints() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getListener() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getListener() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- getListener() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- getListener() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- getMax() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
- getNormalResistance() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getPointer() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- getReactionForceLength2Resistance() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getReactionForceResistance() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getReactionTorqueResistance() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getSegment(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- getSegments() - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
Warning: The returned Array is used by other methods and may be modified unexpectedly.
- getShape() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- getTangentResistance() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- getTarget() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- getTarget() - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- getTemplate() - Method in class net.dermetfan.gdx.physics.box2d.Chain.CopyBuilder
- getTileHeight() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getTileWidth() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getTime() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- getType() - Method in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException
- getType() - Method in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException
- getType() - Method in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolyShapeException
- getUnitScale() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- getUserDataAccessor() - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- getUserDataAccessor() - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- getUserDataAccessor() - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- getUserDataAccessor() - Static method in class net.dermetfan.gdx.physics.box2d.PositionController
- getUserDataAccessor() - Static method in class net.dermetfan.gdx.physics.box2d.RotationController
- getWorld() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- getWorld() - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- getWorldChange() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- getZComparator() - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- getZComparator() - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- getZIndex() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- getZIndex() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- gravityScale - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- gravityX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- gravityY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- groundAnchorAX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- groundAnchorAY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- groundAnchorBX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- groundAnchorBY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- groupIndex - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
H
- hashCode(long) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- hashCode(Body) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- hashCode(Fixture) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- hashCode(Joint) - Static method in class com.badlogic.gdx.physics.box2d.Box2DUtils
- height - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- height - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- height(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- height(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- height(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
I
- init(Box2DMapObjectParser) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
does nothing
- init(Box2DMapObjectParser) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- insert(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- insert(int, Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
inserts a
segment
into this Chain - InvalidChainShapeException(String, Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem, float[], int, int) - Constructor for exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException
- InvalidPolygonShapeException(String, Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem, float[], int, int) - Constructor for exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException
- isAdaptMaxForceToBodyMass() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- isAdjustHeight() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- isAdjustHeight() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- isAdjustToPolygon() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- isAdjustWidth() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- isAdjustWidth() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- isAnimationFinished() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- isAutoUpdate() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- isBreakBody() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- isBreakBodyWithoutFixtures() - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- isCenterFrames() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- isDestroyed() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- isIgnoreLayerUnitScale() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- isIgnoreMapUnitScale() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- isMouseMoved() - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- isometric - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- isPlaying() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- isSensor - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- isTriangulate() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- isUseFrameRegionSize() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- isUseOriginX() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- isUseOriginX() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- isUseOriginY() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- isUseOriginY() - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- isValidChainShape(float[]) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- isValidChainShape(float[], int, int) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- isValidChainShape(FloatArray) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- isValidPolygonShape(float[]) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- isValidPolygonShape(float[], int, int) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
- isValidPolygonShape(FloatArray) - Method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
J
- joint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- joint1 - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- joint2 - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- JointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- jointDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
-
the
JointDef
to use inChain.DefBuilder.createConnection(Body, int, Body, int)
- jointDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
the
JointDef
to use inChain.DefShapeBuilder.createSegment(int, int, Chain)
- jointDef - Variable in class net.dermetfan.gdx.physics.box2d.Chain.JointDefCopyBuilder
-
the
JointDef
to use inChain.JointDefCopyBuilder.createConnection(Body, int, Body, int)
- JointDefCopyBuilder(Body, JointDef) - Constructor for class net.dermetfan.gdx.physics.box2d.Chain.JointDefCopyBuilder
- joints - Variable in class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
the
joints
of thisChain.Connection
- jointType - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
K
- kinematicBody - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
L
- length - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- length - Variable in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolyShapeException
- length() - Method in class net.dermetfan.gdx.physics.box2d.Chain
- lengthA - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- lengthB - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- linearDamping - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- linearSlop - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
-
b2_linearSlop, the min distance between vertices
- linearVelocityX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- linearVelocityY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- load(MapLayer, Array<MapObject>) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
adds all map objects to the parsing queue
- load(MapLayer, Array<MapObject>) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- load(Map, Array<MapLayer>) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener.Adapter
-
adds all layers to the processing queue
- load(Map, Array<MapLayer>) - Method in interface net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Listener
- load(World, Map) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates the given
Map's
MapObjects
in the givenWorld
- load(World, MapLayer) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
creates the given
MapLayer's
MapObjects
in the givenWorld
- localAnchorAX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- localAnchorAY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- localAnchorBX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- localAnchorBY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- localAxisAX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- localAxisAY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- lowerAngle - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- lowerTranslation - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
M
- MALFORMED_VERTICES - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem
-
malformed vertices
- MALFORMED_VERTICES - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
malformed vertices
- Manager() - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
instantiates a new
Breakable.Manager
- Manager() - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
- Manager(Function<Object, Breakable>) - Constructor for class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
instantiates a new
Breakable.Manager
with the givenBreakable.Manager.userDataAccessor
- maskBits - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxForce - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxLength - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxMotorForce - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxMotorTorque - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxPolygonVertices - Static variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
-
b2_maxPolygonVertices, the max amount of vertices of a
PolygonShape
- maxTorque - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- maxX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- maxX(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxX(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxX(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxXWorld(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxXWorld(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- maxY(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxY(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxY(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxYWorld(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- maxYWorld(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- minX(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minX(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minX(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minXWorld(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minXWorld(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- minY(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minY(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minY(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minYWorld(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- minYWorld(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- MotorJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- motorSpeed - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- mouseJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- MouseJointAdapter - Class in net.dermetfan.gdx.physics.box2d
-
an
InputAdapter
managing aMouseJoint
- MouseJointAdapter(MouseJointDef, boolean, Camera) - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
-
constructs a
MouseJointAdapter
with pointer set to 0 (useful for desktop) - MouseJointAdapter(MouseJointDef, boolean, Camera, byte) - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- MouseJointAdapter(MouseJointDef, boolean, Camera, byte, MouseJointAdapter.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
-
constructs a
MouseJointAdapter
using the givenMouseJointDef
- MouseJointAdapter(MouseJointDef, boolean, Camera, MouseJointAdapter.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- MouseJointAdapter(MouseJointAdapter) - Constructor for class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
-
constructs a new
MouseJointAdapter
that equals the given other one - MouseJointAdapter.Listener - Interface in net.dermetfan.gdx.physics.box2d
- MouseJointAdapter.Listener.Adapter - Class in net.dermetfan.gdx.physics.box2d
-
Does nothing and returns false.
- MouseJointAdapter.Manager - Class in net.dermetfan.gdx.physics.box2d
-
Manages
MouseJointAdapters
by creating new ones if necessary. - MouseJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- mouseMoved(int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
-
calls
mouseMoved
on allMouseJointAdapter.Manager.adapters
- mouseMoved(int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
-
calls
MouseJointAdapter.touchDragged(int, int, int)
withMouseJointAdapter.pointer
ifMouseJointAdapter.mouseMoved
istrue
N
- net.dermetfan.gdx.graphics.g2d - package net.dermetfan.gdx.graphics.g2d
- net.dermetfan.gdx.physics.box2d - package net.dermetfan.gdx.physics.box2d
- newActive - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newAngularDamping - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newAngularOffset - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newAngularVelocity - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newAutoClearForces - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- newAwake - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newBullet - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newCorrectionFactor - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newDampingRatio - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- newDampingRatio - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- newDampingRatio - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- newDensity - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newFilter - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newFixedRotation - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newFrequency - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- newFrequency - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- newFrequency - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- newFriction - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newGravity - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- newGravityScale - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newLength - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- newLinearDamping - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newLinearOffset - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newLinearVelocity - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newLowerLimit - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- newLowerLimit - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- newMassData - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newMaxForce - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- newMaxForce - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newMaxForce - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- newMaxLength - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- newMaxMotorForce - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- newMaxMotorTorque - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- newMaxMotorTorque - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- newMaxTorque - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- newMaxTorque - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newMotorSpeed - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- newMotorSpeed - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- newMotorSpeed - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- newMouseJointAdapter(byte) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
-
override this to define how new
MouseJointAdapters
should be created - newRatio - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- newRestitution - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newSensor - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newSleepingAllowed - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newSpringDampingRatio - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- newSpringFrequencyHz - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- newTarget - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- newTransform - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newType - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newUpperLimit - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- newUpperLimit - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- newUserData - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newUserData - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newUserData - Variable in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- newValuesEqual(C) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Change
-
if the values applied in
WorldObserver.Change.apply(Object)
equal - newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- newValuesEqual(C) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- NONE - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
-
doesn't check anything
O
- object - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- obtainFor(JointDef.JointType) - Static method in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- offset - Variable in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolyShapeException
- orientation - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- orthogonal - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
P
- P(float, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.P
- P(Vector2, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.P
- P(Number, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.P
- P(Number, Number) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.P
- P(Number, Number, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.P
- pause() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- PD(float, float, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.PD
- PD(Vector2, Vector2, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController.PD
- PD(Number, Number, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.PD
- PD(Number, Number, Number) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.PD
- PD(Number, Number, Number, Vector2) - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController.PD
- play() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- position(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- position(Shape, Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- PositionController - Class in net.dermetfan.gdx.physics.box2d
-
moves a body to a position using forces
- PositionController() - Constructor for class net.dermetfan.gdx.physics.box2d.PositionController
- PositionController.D - Class in net.dermetfan.gdx.physics.box2d
-
the derivative control loop component
- PositionController.P - Class in net.dermetfan.gdx.physics.box2d
-
the proportional control loop component
- PositionController.PD - Class in net.dermetfan.gdx.physics.box2d
-
a proportional-derivative controller
- positionRelative(CircleShape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- positionRelative(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- positionRelative(Shape, float) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- postSolve(Contact, ContactImpulse) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- postSolve(Contact, ContactImpulse) - Method in class net.dermetfan.gdx.physics.box2d.ContactAdapter
- postSolve(Contact, ContactImpulse) - Method in class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- postUpdate(World, float) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- postUpdate(World, float) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
-
called at the very end of
WorldObserver.update(World, float)
- postUpdate(World, float) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- preSolve(Contact, Manifold) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
does nothing
- preSolve(Contact, Manifold) - Method in class net.dermetfan.gdx.physics.box2d.ContactAdapter
- preSolve(Contact, Manifold) - Method in class net.dermetfan.gdx.physics.box2d.ContactMultiplexer
- preUpdate(World, float) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- preUpdate(World, float) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
-
called at the very beginning of
WorldObserver.update(World, float)
- preUpdate(World, float) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- prismaticJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- PrismaticJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- problem - Variable in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException
- problem - Variable in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException
-
why a PolygonShape cannot be created
- pulleyJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
R
- ratio - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- reactsToPointer(int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- referenceAngle - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- released(MouseJoint, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener.Adapter
- released(MouseJoint, Vector2) - Method in interface net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener
- remove(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
removes
the joint at the given index fromChain.Connection.joints
- remove(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
removes a
segment
from this Chain - remove(int, int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
removes
all segmetns from beginIndex to endIndex - remove(Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- remove(Joint) - Method in class net.dermetfan.gdx.physics.box2d.Chain.Connection
-
removes
the given joint fromChain.Connection.joints
- removedFrom(WorldObserver) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- removedFrom(WorldObserver) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- removedFrom(WorldObserver) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- replace(int, Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- reset() - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
resets all fields to their default values
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- reset() - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- reset(BodyDef) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- reset(FixtureDef) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- restitution - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- revoluteJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- RevoluteJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- ropeJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- RopeJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- RotationController - Class in net.dermetfan.gdx.physics.box2d
-
rotates a body to an angle using torque
- RotationController() - Constructor for class net.dermetfan.gdx.physics.box2d.RotationController
- RotationController.D - Class in net.dermetfan.gdx.physics.box2d
-
the derivative control loop component
- RotationController.P - Class in net.dermetfan.gdx.physics.box2d
-
the proportional control loop component
- RotationController.PD - Class in net.dermetfan.gdx.physics.box2d
-
a proportional-derivative controller
S
- set(BodyDef, Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(FixtureDef, Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(JointDef, Joint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(DistanceJointDef, DistanceJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(FrictionJointDef, FrictionJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(GearJointDef, GearJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(MotorJointDef, MotorJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(MouseJointDef, MouseJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(PrismaticJointDef, PrismaticJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(PulleyJointDef, PulleyJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(RevoluteJointDef, RevoluteJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(RopeJointDef, RopeJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- set(WeldJointDef, WeldJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
Note: The reference angle cannot be set due to the Box2D API not providing it.
- set(WheelJointDef, WheelJoint) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- setAdapters(Array<MouseJointAdapter>) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
- setAdaptMaxForceToBodyMass(boolean) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setAdjustHeight(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setAdjustHeight(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setAdjustSize(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setAdjustSize(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setAdjustToPolygon(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setAdjustWidth(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setAdjustWidth(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setAliases(Box2DMapObjectParser.Aliases) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setAngle(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- setAngle(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- setAnimatedSprite(AnimatedSprite) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setAnimation(Animation) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setAutoUpdate(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setBodyDef(BodyDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- setBodyDef(BodyDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- setBreakBody(boolean) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setBreakBodyWithoutFixtures(boolean) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setBuilder(Chain.Builder) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- setCallback(Breakable.Callback) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setCamera(Camera) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setCenterFrames(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setDensity(float) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- setDestination(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- setDestination(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- setFixtureDef(FixtureDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- setGain(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.D
- setGain(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.P
- setGain(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.D
- setGain(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- setGainD(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- setGainD(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- setGainP(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.PositionController.PD
- setGainP(Number) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- setHeight(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setHeight(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setHeritage(MapProperties) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setIgnoreLayerUnitScale(boolean) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setIgnoreMapUnitScale(boolean) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setJoint(MouseJoint) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setJointDef(JointDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- setJointDef(JointDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- setJointDef(JointDef) - Method in class net.dermetfan.gdx.physics.box2d.Chain.JointDefCopyBuilder
- setJointDef(MouseJointDef) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setListener(Box2DMapObjectParser.Listener) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setListener(MouseJointAdapter.Listener) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setListener(WorldObserver.Listener) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- setListener(WorldObserver.Listener) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- setMax(byte) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
- setMouseMoved(boolean) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setNormalResistance(float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setOn(WorldObserver) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.Listener.Adapter
- setOn(WorldObserver) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Listener
- setOn(WorldObserver) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- setPlaying(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setPointer(byte) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- setReactionForceLength2Resistance(float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setReactionForceResistance(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setReactionTorqueResistance(float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setSensor(Body, boolean) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
sets the
sensor flags
of all of the given Body's Fixtures - setTangentResistance(float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable
- setTarget(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.P
- setTarget(Vector2) - Method in class net.dermetfan.gdx.physics.box2d.RotationController.PD
- setTemplate(Body) - Method in class net.dermetfan.gdx.physics.box2d.Chain.CopyBuilder
- setTileHeight(float) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setTileWidth(float) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setTime(float) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- Settings() - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
- setTriangulate(boolean) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setUnitScale(float) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
- setUseFrameRegionSize(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- setUseOrigin(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setUseOrigin(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setUseOriginX(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setUseOriginX(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setUseOriginY(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setUseOriginY(boolean) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setUserDataAccessor(Function<Object, Box2DPolygonSprite>) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setUserDataAccessor(Function<Object, Box2DSprite>) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setUserDataAccessor(Function<Object, Breakable>) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- setUserDataAccessor(Function<Object, PositionController>) - Static method in class net.dermetfan.gdx.physics.box2d.PositionController
- setUserDataAccessor(Function<Object, RotationController>) - Static method in class net.dermetfan.gdx.physics.box2d.RotationController
- setWidth(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setWidth(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setWorld(World) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
- setWorld(World) - Method in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
- setZComparator(Comparator<Box2DPolygonSprite>) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setZComparator(Comparator<Box2DSprite>) - Static method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- setZIndex(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DPolygonSprite
- setZIndex(float) - Method in class net.dermetfan.gdx.graphics.g2d.Box2DSprite
- shape - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
the
Shape
to use inChain.DefShapeBuilder.createSegment(int, int, Chain)
- ShapeCache(float[], float, float, float, float, float, float) - Constructor for class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- shorten() - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
destorys
the last segment - shorten(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
destroys
the given amount of segments from the end of the Chain - shouldBreak(Breakable, float, float, Contact, ContactImpulse, Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- shouldBreak(Breakable, Vector2, float, Joint) - Static method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- SILENT - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
-
checks preconditions normally
- size(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- size(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- size(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- split(int) - Method in class net.dermetfan.gdx.physics.box2d.Chain
-
splits this Chain at the given index and returns a new Chain consisting of the
Chain.segments
up to the givenindex
- split(Body, Vector2, Vector2, Pair<Body, Body>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- split(Fixture, Vector2, Vector2, Body, Body, Pair<Fixture, Fixture>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- split(Fixture, Vector2, Vector2, Pair<FixtureDef, FixtureDef>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- split(Chain.Connection) - Method in class net.dermetfan.gdx.physics.box2d.Chain
- split(T, Vector2, Vector2, Pair<T, T>) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
splits the given Shape using the segment described by the two given Vector2s
- staggered - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- staticBody - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- stop() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- strain(Contact, ContactImpulse) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- strain(Joint, float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
- strain(World, float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Manager
-
strains
all joints in the given world - strained(Fixture, Breakable, Contact, ContactImpulse, float, float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- strained(Fixture, Breakable, Contact, ContactImpulse, float, float) - Method in interface net.dermetfan.gdx.physics.box2d.Breakable.Callback
- strained(Joint, Breakable, Vector2, float) - Method in class net.dermetfan.gdx.physics.box2d.Breakable.Callback.Adapter
- strained(Joint, Breakable, Vector2, float) - Method in interface net.dermetfan.gdx.physics.box2d.Breakable.Callback
-
called by
Breakable.Manager.strain(Joint, float)
T
- targetX - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- targetY - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- template - Variable in class net.dermetfan.gdx.physics.box2d.Chain.CopyBuilder
- tileHeight - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- tileWidth - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- toLocalVertices(float[], int, int, Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- toLocalVertices(float[], Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- touchDown(int, int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
-
calls
touchDown
on allMouseJointAdapter.Manager.adapters
and creates a new one if necessary - touchDown(int, int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
-
uses
MouseJointAdapter.queryCallback
to createMouseJointAdapter.joint
ifMouseJointAdapter.joint
isnull
- touchDragged(int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
-
calls
touchDragged
on allMouseJointAdapter.Manager.adapters
- touchDragged(int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- touched(Fixture, Vector2) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener.Adapter
- touched(Fixture, Vector2) - Method in interface net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Listener
- touchUp(int, int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter.Manager
-
calls
touchUp
on allMouseJointAdapter.Manager.adapters
- touchUp(int, int, int, int) - Method in class net.dermetfan.gdx.physics.box2d.MouseJointAdapter
- toWorldVertices(float[], int, int, Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- toWorldVertices(float[], Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- transform(Matrix4, String) - Method in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser
-
transforms the given matrix according to the given orientation
- type - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
U
- UnexpectedListener(WorldObserver.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.UnexpectedListener
- unitScale - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- update() - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
-
updates with
Graphics.getDeltaTime()
- update(float) - Method in class net.dermetfan.gdx.graphics.g2d.AnimatedBox2DSprite
- update(Body) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.BodyChange
- update(Fixture) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FixtureChange
- update(DistanceJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.DistanceJointChange
- update(FrictionJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.FrictionJointChange
- update(GearJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.GearJointChange
- update(MotorJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MotorJointChange
- update(MouseJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.MouseJointChange
- update(PrismaticJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.PrismaticJointChange
- update(RevoluteJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RevoluteJointChange
- update(RopeJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
- update(WeldJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- update(WheelJoint) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- update(World) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- update(World, float) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver
- update(T) - Method in interface net.dermetfan.gdx.physics.box2d.WorldObserver.Change
- update(T) - Method in class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange
- upperAngle - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- upperTranslation - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- userData - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
V
- valueOf(String) - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vec2 - Static variable in class net.dermetfan.gdx.physics.box2d.PositionController
-
shared instance for internal use
- VERTEX_COUNT - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidChainShapeException.Problem
-
less than 2 vertices
- VERTEX_COUNT - net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolygonShapeException.Problem
-
invalid vertex count: smaller than 3 or greater than
Box2DUtils.Settings.maxPolygonVertices
- vertices - Variable in exception net.dermetfan.gdx.physics.box2d.Box2DUtils.PreconditionCheck.InvalidPolyShapeException
-
the vertices of the shape
- vertices - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- vertices(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- vertices(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
W
- weld(float[]) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- weld(float[], int, int) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
-
welds the given vertices together the way
PolygonShape.set(float[])
does - weld(FloatArray) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- weldJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- WeldJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.WeldJointChange
- wheelJoint - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- WheelJointChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.WheelJointChange
- width - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
- width - Variable in class net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
- width(Body) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- width(Fixture) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- width(Shape) - Static method in class net.dermetfan.gdx.physics.box2d.Box2DUtils
- world - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefBuilder
-
the
World
in which to create segments and joints - world - Variable in class net.dermetfan.gdx.physics.box2d.Chain.DefShapeBuilder
-
the
World
to create things in - WorldChange() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver.WorldChange
- WorldObserver - Class in net.dermetfan.gdx.physics.box2d
-
Notifies a
WorldObserver.Listener
of changes in the world. - WorldObserver() - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver
-
creates a new WorldObserver with no
WorldObserver.listener
- WorldObserver(WorldObserver.Listener) - Constructor for class net.dermetfan.gdx.physics.box2d.WorldObserver
- WorldObserver.BodyChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
Body
- WorldObserver.Change<T> - Interface in net.dermetfan.gdx.physics.box2d
-
the changes of an object in a world since the last time
WorldObserver.Change.update(Object)
was called - WorldObserver.DistanceJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
DistanceJoint
- WorldObserver.FixtureChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
Fixture
- WorldObserver.FrictionJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
FrictionJoint
- WorldObserver.GearJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
GearJoint
- WorldObserver.JointChange<T extends com.badlogic.gdx.physics.box2d.Joint> - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
Joint
- WorldObserver.Listener - Interface in net.dermetfan.gdx.physics.box2d
-
the listener notified by a
WorldObserver
- WorldObserver.Listener.Adapter - Class in net.dermetfan.gdx.physics.box2d
-
A class that implements Listener.
- WorldObserver.MotorJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
MotorJoint
- WorldObserver.MouseJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
MouseJoint
- WorldObserver.PrismaticJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
PrismaticJoint
- WorldObserver.RevoluteJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
RevoluteJoint
- WorldObserver.RopeJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
RopeJoint
- WorldObserver.UnexpectedListener - Class in net.dermetfan.gdx.physics.box2d
-
A Listener that calls another Listener on unpredictable/unexpected events.
- WorldObserver.WeldJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
WeldJoint
- WorldObserver.WheelJointChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
WheelJoint
- WorldObserver.WorldChange - Class in net.dermetfan.gdx.physics.box2d
-
the changes of a
World
X
- x - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
Y
- y - Variable in class net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
-
the aliases
All Classes|All Packages