Uses of Class
org.jbox2d.collision.shapes.CircleShape
Packages that use CircleShape
-
Uses of CircleShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type CircleShapeModifier and TypeMethodDescriptionfinal voidCollision.collideCircles(Manifold manifold, CircleShape circle1, Transform xfA, CircleShape circle2, Transform xfB) Compute the collision manifold between two circles.voidCollision.collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB) final voidCollision.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, Transform xfA, CircleShape circle, Transform xfB) Compute the collision manifold between a polygon and a circle. -
Uses of CircleShape in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as CircleShapeModifier and TypeFieldDescription(package private) CircleShapeContinuousTest.m_circle(package private) CircleShapeEdgeShapes.m_circle(package private) CircleShapePolyShapes.m_circle(package private) CircleShapePolyShapesCallback.m_circle(package private) CircleShapeRayCastTest.m_circle