|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Manifold | |
---|---|
org.jbox2d.collision | This package contains the broad and narrow phase collision algorithms. |
org.jbox2d.collision.shapes | |
org.jbox2d.dynamics.contacts | This package performs contact handling, and is essentially internal to JBox2d. |
Uses of Manifold in org.jbox2d.collision |
---|
Methods in org.jbox2d.collision with parameters of type Manifold | |
---|---|
void |
Manifold.set(Manifold cp)
copies this manifold from the given one |
Constructors in org.jbox2d.collision with parameters of type Manifold | |
---|---|
Manifold(Manifold other)
Creates this manifold as a copy of the other |
Uses of Manifold in org.jbox2d.collision.shapes |
---|
Methods in org.jbox2d.collision.shapes with parameters of type Manifold | |
---|---|
static void |
CollideCircle.collideCircles(Manifold manifold,
CircleShape circle1,
XForm xf1,
CircleShape circle2,
XForm xf2)
puts collision information of the two circles in the manifold |
static void |
CollideCircle.collideEdgeAndCircle(Manifold manifold,
EdgeShape edge,
XForm xf1,
CircleShape circle,
XForm xf2)
puts collision information into the manifold from a circle and edge collision |
static void |
CollideCircle.collidePointAndCircle(Manifold manifold,
PointShape point1,
XForm xf1,
CircleShape circle2,
XForm xf2)
Puts collision information in the manifold about a collision between a point and a circle |
static void |
CollidePoly.collidePolyAndEdge(Manifold manifold,
PolygonShape polygon,
XForm xf1,
EdgeShape edge,
XForm xf2)
puts collision information into the manifold about a collision between a polygon and an edge |
static void |
CollideCircle.collidePolygonAndCircle(Manifold manifold,
PolygonShape polygon,
XForm xf1,
CircleShape circle,
XForm xf2)
puts collision information about the collision of a polygon and a circle |
static void |
CollidePoly.collidePolygonAndPoint(Manifold manifold,
PolygonShape polygon,
XForm xf1,
PointShape point,
XForm xf2)
puts collision information into the manifold about the collision between a polygon and a point |
static void |
CollidePoly.collidePolygons(Manifold manif,
PolygonShape polyA,
XForm xfA,
PolygonShape polyB,
XForm xfB)
|
Uses of Manifold in org.jbox2d.dynamics.contacts |
---|
Fields in org.jbox2d.dynamics.contacts declared as Manifold | |
---|---|
Manifold |
PolyContact.m_manifold
|
Manifold |
PolyAndEdgeContact.m_manifold
|
Manifold |
PointAndCircleContact.m_manifold
|
Manifold |
EdgeAndCircleContact.m_manifold
|
Manifold |
CircleContact.m_manifold
|
Manifold |
ContactConstraint.manifold
|
Fields in org.jbox2d.dynamics.contacts with type parameters of type Manifold | |
---|---|
ArrayList<Manifold> |
PolyContact.manifoldList
|
ArrayList<Manifold> |
PolyAndEdgeContact.manifoldList
|
ArrayList<Manifold> |
PointAndCircleContact.manifoldList
|
ArrayList<Manifold> |
EdgeAndCircleContact.manifoldList
|
ArrayList<Manifold> |
CircleContact.manifoldList
|
Methods in org.jbox2d.dynamics.contacts that return Manifold | |
---|---|
Manifold |
NullContact.getFirstManifold()
|
Methods in org.jbox2d.dynamics.contacts that return types with arguments of type Manifold | |
---|---|
List<Manifold> |
PolyContact.getManifolds()
|
List<Manifold> |
PolyAndEdgeContact.getManifolds()
|
List<Manifold> |
PointAndCircleContact.getManifolds()
|
List<Manifold> |
NullContact.getManifolds()
|
List<Manifold> |
EdgeAndCircleContact.getManifolds()
|
abstract List<Manifold> |
Contact.getManifolds()
Get the manifold array. |
List<Manifold> |
CircleContact.getManifolds()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |