|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.Manifold
public class Manifold
A manifold for two touching convex shapes.
Field Summary | |
---|---|
Vec2 |
normal
The shared unit normal vector. |
int |
pointCount
The number of manifold points. |
ManifoldPoint[] |
points
The points of contact. |
Constructor Summary | |
---|---|
Manifold()
|
|
Manifold(Manifold other)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ManifoldPoint[] points
public Vec2 normal
public int pointCount
Constructor Detail |
---|
public Manifold()
public Manifold(Manifold other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |