Uses of Class
org.jbox2d.collision.shapes.CircleShape
-
Packages that use CircleShape Package Description org.jbox2d.collision org.jbox2d.testbed.tests -
-
Uses of CircleShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type CircleShape Modifier and Type Method Description 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)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 CircleShape Modifier and Type Field Description (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
-