Uses of Class
org.jbox2d.collision.shapes.EdgeShape
-
Packages that use EdgeShape Package Description org.jbox2d.collision org.jbox2d.collision.shapes org.jbox2d.dynamics.contacts -
-
Uses of EdgeShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type EdgeShape Modifier and Type Method Description void
Collision.EPCollider. collide(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB)
void
Collision. collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB)
void
Collision. collideEdgeAndPolygon(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB)
-
Uses of EdgeShape in org.jbox2d.collision.shapes
Fields in org.jbox2d.collision.shapes declared as EdgeShape Modifier and Type Field Description private EdgeShape
ChainShape. pool0
Methods in org.jbox2d.collision.shapes with parameters of type EdgeShape Modifier and Type Method Description void
ChainShape. getChildEdge(EdgeShape edge, int index)
Get a child edge. -
Uses of EdgeShape in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as EdgeShape Modifier and Type Field Description private EdgeShape
ChainAndCircleContact. edge
private EdgeShape
ChainAndPolygonContact. edge
-