Uses of Class
org.jbox2d.collision.ManifoldPoint
-
Packages that use ManifoldPoint Package Description org.jbox2d.collision -
-
Uses of ManifoldPoint in org.jbox2d.collision
Fields in org.jbox2d.collision declared as ManifoldPoint Modifier and Type Field Description ManifoldPoint[]
Manifold. points
The points of contact.Methods in org.jbox2d.collision with parameters of type ManifoldPoint Modifier and Type Method Description void
ManifoldPoint. set(ManifoldPoint cp)
Sets this manifold point form the given oneConstructors in org.jbox2d.collision with parameters of type ManifoldPoint Constructor Description ManifoldPoint(ManifoldPoint cp)
Creates a manifold point as a copy of the given point
-