Uses of Class
org.jbox2d.collision.shapes.PolygonShape
Packages that use PolygonShape
Package
Description
The Collision module contains shapes and functions that operate on them.
-
Uses of PolygonShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type PolygonShapeModifier and TypeMethodDescriptionvoidCollision.collideEdgeAndPolygon(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, 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.final voidCollision.collidePolygons(Manifold manifold, PolygonShape polyA, Transform xfA, PolygonShape polyB, Transform xfB) Compute the collision manifold between two polygons.final voidCollision.findIncidentEdge(Collision.ClipVertex[] c, PolygonShape poly1, Transform xf1, int edge1, PolygonShape poly2, Transform xf2) final voidCollision.findMaxSeparation(Collision.EdgeResults results, PolygonShape poly1, Transform xf1, PolygonShape poly2, Transform xf2) Find the max separation between poly1 and poly2 using edge normals from poly1.