org.jbox2d.util.blob
Class SquareLatticeStructure

java.lang.Object
  extended by org.jbox2d.util.blob.BlobStructure
      extended by org.jbox2d.util.blob.SquareLatticeStructure

public class SquareLatticeStructure
extends BlobStructure

Simple non-reinforced square lattice. Easy to collapse, but simple.


Constructor Summary
SquareLatticeStructure()
           
 
Method Summary
 
Methods inherited from class org.jbox2d.util.blob.BlobStructure
addConnection, addConnection, addPoint, getSpringDamping, getSpringFrequency, setSpringDamping, setSpringFrequency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareLatticeStructure

public SquareLatticeStructure()