Package | Description |
---|---|
org.jbox2d.collision | |
org.jbox2d.collision.shapes |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ChainShape.getChildEdge(EdgeShape edge,
int index)
Get a child edge.
|
Copyright © 2017. All Rights Reserved.