Uses of Class
org.jbox2d.collision.shapes.Shape
-
Packages that use Shape Package Description org.jbox2d.collision org.jbox2d.collision.shapes org.jbox2d.dynamics org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Shape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type Shape Modifier and Type Method Description voidDistance.DistanceProxy. set(Shape shape, int index)Initialize the proxy using the given shape.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.shapes Modifier and Type Class Description classChainShapeA chain shape is a free form sequence of line segments.classCircleShapeA circle shape.classEdgeShapeA line segment (edge) shape.classPolygonShapeA convex polygon shape.Methods in org.jbox2d.collision.shapes that return Shape Modifier and Type Method Description ShapeChainShape. clone()ShapeCircleShape. clone()ShapeEdgeShape. clone()ShapePolygonShape. clone()abstract ShapeShape. clone() -
Uses of Shape in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Shape Modifier and Type Field Description ShapeFixture. m_shapeShapeFixtureDef. shapeThe shape, this must be set.Methods in org.jbox2d.dynamics that return Shape Modifier and Type Method Description ShapeFixture. getShape()Get the child shape.Methods in org.jbox2d.dynamics with parameters of type Shape Modifier and Type Method Description FixtureBody. 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 Shape Modifier and Type Method Description ShapeJbDeserializer. deserializeShape(java.io.InputStream input)Deserializes a shapeMethods in org.jbox2d.serialization with parameters of type Shape Modifier and Type Method Description java.lang.LongJbSerializer.ObjectSigner. getTag(Shape shape)voidJbDeserializer.ObjectListener. processShape(Shape shape, java.lang.Long tag)SerializationResultJbSerializer. serialize(Shape shape)Serializes a shape -
Uses of Shape in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return Shape Modifier and Type Method Description ShapePbDeserializer. deserializeShape(java.io.InputStream argInput)ShapePbDeserializer. deserializeShape(Box2D.PbShape argShape)Methods in org.jbox2d.serialization.pb with parameters of type Shape Modifier and Type Method Description SerializationResultPbSerializer. serialize(Shape argShape)Box2D.PbShape.BuilderPbSerializer. serializeShape(Shape argShape) -
Uses of Shape in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type Shape Modifier and Type Method Description java.lang.LongSignerAdapter. getTag(Shape argShape)java.lang.LongTestbedTest. getTag(Shape shape)voidListenerAdapter. processShape(Shape argShape, java.lang.Long argTag)voidTestbedTest. processShape(Shape shape, java.lang.Long tag) -
Uses of Shape in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Shape Modifier and Type Field Description (package private) ShapeContinuousTest. nextShape
-