Uses of Class
org.jbox2d.collision.shapes.Shape
Packages that use Shape
Package
Description
-
Uses of Shape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type ShapeModifier and TypeMethodDescriptionfinal void
Initialize the proxy using the given shape.final boolean
Collision.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 TypeClassDescriptionclass
A chain shape is a free form sequence of line segments.class
A circle shape.class
A line segment (edge) shape.class
A 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 ShapeMethods in org.jbox2d.dynamics that return ShapeMethods in org.jbox2d.dynamics with parameters of type ShapeModifier and TypeMethodDescriptionfinal Fixture
Body.createFixture
(Shape shape, float density) Creates a fixture from a shape and attach it to this body. -
Uses of Shape in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return ShapeModifier and TypeMethodDescriptionJbDeserializer.deserializeShape
(java.io.InputStream input) Deserializes a shapeMethods in org.jbox2d.serialization with parameters of type ShapeModifier and TypeMethodDescriptionjava.lang.Long
void
JbDeserializer.ObjectListener.processShape
(Shape shape, java.lang.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
(java.io.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 ShapeModifier and TypeMethodDescriptionjava.lang.Long
java.lang.Long
void
ListenerAdapter.processShape
(Shape argShape, java.lang.Long argTag) void
TestbedTest.processShape
(Shape shape, java.lang.Long tag) -
Uses of Shape in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Shape