Uses of Class
org.jbox2d.collision.shapes.PolygonDef

Packages that use PolygonDef
org.jbox2d.collision.shapes   
org.jbox2d.testbed.tests This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample. 
org.jbox2d.util.nonconvex This package (currently non-functional) will handle convex decomposition of polygons. 
 

Uses of PolygonDef in org.jbox2d.collision.shapes
 

Methods in org.jbox2d.collision.shapes with parameters of type PolygonDef
 void PolygonDef.set(PolygonDef copyMe)
           
 

Uses of PolygonDef in org.jbox2d.testbed.tests
 

Fields in org.jbox2d.testbed.tests declared as PolygonDef
 PolygonDef BipedDef.ChestPoly
           
 PolygonDef BipedDef.LCalfPoly
           
 PolygonDef BipedDef.LFootPoly
           
 PolygonDef BipedDef.LForearmPoly
           
 PolygonDef BipedDef.LHandPoly
           
 PolygonDef BipedDef.LThighPoly
           
 PolygonDef BipedDef.LUpperArmPoly
           
 PolygonDef BipedDef.NeckPoly
           
 PolygonDef BipedDef.PelvisPoly
           
 PolygonDef BipedDef.RCalfPoly
           
 PolygonDef BipedDef.RFootPoly
           
 PolygonDef BipedDef.RForearmPoly
           
 PolygonDef BipedDef.RHandPoly
           
 PolygonDef BipedDef.RThighPoly
           
 PolygonDef BipedDef.RUpperArmPoly
           
 PolygonDef BipedDef.StomachPoly
           
 

Methods in org.jbox2d.testbed.tests with parameters of type PolygonDef
 void ShapeDrawing.createStrokeRect(Vec2 start, Vec2 end, float radius, Body body, PolygonDef sd)
           
 void BipedDef.flip(PolygonDef pd)
           
 

Uses of PolygonDef in org.jbox2d.util.nonconvex
 

Methods in org.jbox2d.util.nonconvex with parameters of type PolygonDef
 void Polygon.addTo(PolygonDef pd)
          Adds this polygon to a PolyDef.
static void Polygon.decomposeConvexAndAddTo(Polygon p, Body bd, PolygonDef prototype)
          Decomposes a polygon into convex polygons and adds all pieces to a b2BodyDef using a prototype b2PolyDef.