Uses of Class
org.jbox2d.collision.Manifold
-
Packages that use Manifold Package Description org.jbox2d.callbacks org.jbox2d.collision org.jbox2d.dynamics.contacts org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Manifold in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type Manifold Modifier and Type Method Description voidContactListener. preSolve(Contact contact, Manifold oldManifold)This is called after a contact is updated. -
Uses of Manifold in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type Manifold Modifier and Type Method Description voidCollision.EPCollider. collide(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB)voidCollision. collideCircles(Manifold manifold, CircleShape circle1, Transform xfA, CircleShape circle2, Transform xfB)Compute the collision manifold between two circles.voidCollision. collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB)voidCollision. collideEdgeAndPolygon(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB)voidCollision. collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, Transform xfA, CircleShape circle, Transform xfB)Compute the collision manifold between a polygon and a circle.voidCollision. collidePolygons(Manifold manifold, PolygonShape polyA, Transform xfA, PolygonShape polyB, Transform xfB)Compute the collision manifold between two polygons.static voidCollision. getPointStates(Collision.PointState[] state1, Collision.PointState[] state2, Manifold manifold1, Manifold manifold2)Compute the point states given two manifolds.voidWorldManifold. initialize(Manifold manifold, Transform xfA, float radiusA, Transform xfB, float radiusB)voidManifold. set(Manifold cp)copies this manifold from the given oneConstructors in org.jbox2d.collision with parameters of type Manifold Constructor Description Manifold(Manifold other)Creates this manifold as a copy of the other -
Uses of Manifold in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as Manifold Modifier and Type Field Description ManifoldContact. m_manifoldprivate ManifoldContact. oldManifoldMethods in org.jbox2d.dynamics.contacts that return Manifold Modifier and Type Method Description ManifoldContact. getManifold()Get the contact manifold.Methods in org.jbox2d.dynamics.contacts with parameters of type Manifold Modifier and Type Method Description voidChainAndCircleContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidChainAndPolygonContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidCircleContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)abstract voidContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidEdgeAndCircleContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidEdgeAndPolygonContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidPolygonAndCircleContact. evaluate(Manifold manifold, Transform xfA, Transform xfB)voidPolygonContact. evaluate(Manifold manifold, Transform xfA, Transform xfB) -
Uses of Manifold in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type Manifold Modifier and Type Method Description voidTestbedTest. preSolve(Contact contact, Manifold oldManifold) -
Uses of Manifold in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type Manifold Modifier and Type Method Description voidConveyorBelt. preSolve(Contact contact, Manifold oldManifold)voidOneSidedTest. preSolve(Contact contact, Manifold oldManifold)
-