Uses of Class
org.jbox2d.collision.shapes.CircleShape
Packages that use CircleShape
Package
Description
The Collision module contains shapes and functions that operate on them.
-
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.