Uses of Class
org.jbox2d.collision.shapes.EdgeShape
Packages that use EdgeShape
Package
Description
The Collision module contains shapes and functions that operate on them.
Geometric shapes and mass properties used to define fixture collision
geometry, including circles, polygons, edges, and chains.
-
Uses of EdgeShape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type EdgeShapeModifier and TypeMethodDescriptionvoidCollision.collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB) voidCollision.collideEdgeAndPolygon(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB) -
Uses of EdgeShape in org.jbox2d.collision.shapes
Methods in org.jbox2d.collision.shapes with parameters of type EdgeShapeModifier and TypeMethodDescriptionvoidChainShape.getChildEdge(EdgeShape edge, int index) Get a child edge.