Uses of Class
org.jbox2d.collision.Collision.EdgeResults
Packages that use Collision.EdgeResults
Package
Description
The Collision module contains shapes and functions that operate on them.
-
Uses of Collision.EdgeResults in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type Collision.EdgeResultsModifier and TypeMethodDescriptionfinal voidCollision.findMaxSeparation(Collision.EdgeResults results, PolygonShape poly1, Transform xf1, PolygonShape poly2, Transform xf2) Find the max separation between poly1 and poly2 using edge normals from poly1.