Uses of Class
org.jbox2d.collision.shapes.Shape
Packages that use Shape
Package
Description
The Collision module contains shapes and functions that operate on them.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Protobuffer serializer and deserializer.
Klassen, die innerhalb der Engine als Middleware zwischen der externen
Physics-Engine
JBox2D-Projekt von
Daniel Murhpy und der Engine-API
fungieren.
-
Uses of Shape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type ShapeModifier and TypeMethodDescriptionfinal voidInitialize the proxy using the given shape.final booleanCollision.testOverlap(Shape shapeA, int indexA, Shape shapeB, int indexB, Transform xfA, Transform xfB) Determine if two generic shapes overlap. -
Uses of Shape in org.jbox2d.collision.shapes
Subclasses of Shape in org.jbox2d.collision.shapesModifier and TypeClassDescriptionclassA chain shape is a free form sequence of line segments.classA circle shape.classA line segment (edge) shape.classA convex polygon shape.Methods in org.jbox2d.collision.shapes that return Shape -
Uses of Shape in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ShapeModifier and TypeFieldDescriptionFixture.shapeThe shape, this must be set.FixtureDef.shapeThe shape, this must be set.Methods in org.jbox2d.dynamics that return ShapeModifier and TypeMethodDescriptionFixture.getShape()Get the child shape.FixtureDef.getShape()The shape, this must be set.Methods in org.jbox2d.dynamics with parameters of type ShapeModifier and TypeMethodDescriptionfinal FixtureBody.createFixture(Shape shape, float density) Creates a fixture from a shape and attach it to this body.intWorld.destroyParticlesInShape(Shape shape, Transform xf) Destroy particles inside a shape without enabling the destruction callback for destroyed particles.intWorld.destroyParticlesInShape(Shape shape, Transform xf, boolean callDestructionListener) Destroy particles inside a shape.voidThe shape, this must be set. -
Uses of Shape in org.jbox2d.particle
Fields in org.jbox2d.particle declared as ShapeMethods in org.jbox2d.particle with parameters of type ShapeModifier and TypeMethodDescriptionintParticleSystem.destroyParticlesInShape(Shape shape, Transform xf, boolean callDestructionListener) -
Uses of Shape in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return ShapeModifier and TypeMethodDescriptionJbDeserializer.deserializeShape(InputStream input) Deserializes a shapeMethods in org.jbox2d.serialization with parameters of type ShapeModifier and TypeMethodDescriptionvoidJbDeserializer.ObjectListener.processShape(Shape shape, Long tag) Serializes a shape -
Uses of Shape in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return ShapeModifier and TypeMethodDescriptionPbDeserializer.deserializeShape(InputStream argInput) PbDeserializer.deserializeShape(Box2D.PbShape argShape) Methods in org.jbox2d.serialization.pb with parameters of type Shape -
Uses of Shape in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type Shape -
Uses of Shape in pi.physics
Methods in pi.physics that return ShapeModifier and TypeMethodDescriptionstatic ShapeFixtureBuilder.axisParallelRectangular(double sx, double sy, double width, double height) Erstellt eine rechteckige Form, die parallel zu den Koordinatenachsen läuft.FixtureData.getShape()Methods in pi.physics with parameters of type ShapeConstructors in pi.physics with parameters of type Shape