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 void
Collision. collideCircles(Manifold manifold, CircleShape circle1, Transform xfA, CircleShape circle2, Transform xfB)
Compute the collision manifold between two circles.void
Collision. collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB)
void
Collision. 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) CircleShape
ContinuousTest. m_circle
(package private) CircleShape
EdgeShapes. m_circle
(package private) CircleShape
PolyShapes. m_circle
(package private) CircleShape
PolyShapesCallback. m_circle
(package private) CircleShape
RayCastTest. m_circle
-