Uses of Class
org.jbox2d.collision.shapes.PolygonShape
Packages that use PolygonShape
-
Uses of PolygonShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type PolygonShapeModifier and TypeMethodDescriptionvoid
Collision.EPCollider.collide
(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB) void
Collision.collideEdgeAndPolygon
(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB) final void
Collision.collidePolygonAndCircle
(Manifold manifold, PolygonShape polygon, Transform xfA, CircleShape circle, Transform xfB) Compute the collision manifold between a polygon and a circle.final void
Collision.collidePolygons
(Manifold manifold, PolygonShape polyA, Transform xfA, PolygonShape polyB, Transform xfB) Compute the collision manifold between two polygons.final float
Collision.edgeSeparation
(PolygonShape poly1, Transform xf1, int edge1, PolygonShape poly2, Transform xf2) Find the separation between poly1 and poly2 for a given edge normal on poly1.final void
Collision.findIncidentEdge
(Collision.ClipVertex[] c, PolygonShape poly1, Transform xf1, int edge1, PolygonShape poly2, Transform xf2) final void
Collision.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. -
Uses of PolygonShape in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as PolygonShapeModifier and TypeFieldDescription(package private) PolygonShape
ContinuousTest.m_poly
(package private) PolygonShape
DistanceTest.m_polygonA
(package private) PolygonShape
DistanceTest.m_polygonB
(package private) PolygonShape[]
EdgeShapes.m_polygons
(package private) PolygonShape[]
PolyShapes.m_polygons
(package private) PolygonShape[]
RayCastTest.m_polygons
(package private) PolygonShape
Breakable.m_shape1
(package private) PolygonShape
Breakable.m_shape2
(package private) PolygonShape
ConvexHull.shape