Uses of Class
org.jbox2d.util.blob.BlobStructure

Packages that use BlobStructure
org.jbox2d.util.blob   
 

Uses of BlobStructure in org.jbox2d.util.blob
 

Subclasses of BlobStructure in org.jbox2d.util.blob
 class SquareLatticeStructure
          Simple non-reinforced square lattice.
 

Methods in org.jbox2d.util.blob with parameters of type BlobStructure
static void BlobMaker.createBlob(BlobStructure s, BlobContainer c, World w)
          Creates a blob in a given physics world.
static void BlobMaker.createBlob(BlobStructure s, BlobContainer c, World w, float scaleX, float scaleY)
          Creates a blob in a given physics world.
static void BlobMaker.createBlob(BlobStructure s, BlobContainer c, World w, float scaleX, float scaleY, float transX, float transY)
          Creates a blob in a given physics world.