org.jbox2d.testbed.tests
Class Ragdoll

java.lang.Object
  extended by PTest
      extended by org.jbox2d.testbed.tests.Ragdoll

public class Ragdoll
extends PTest


Constructor Summary
Ragdoll()
           
 
Method Summary
protected  void checkKeys()
           
 void go(World world)
           
static void main(java.lang.String[] argv)
          Entry point
static void makeRagdoll(float size, Vec2 pos, World world)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ragdoll

public Ragdoll()
Method Detail

go

public void go(World world)

makeRagdoll

public static void makeRagdoll(float size,
                               Vec2 pos,
                               World world)

checkKeys

protected void checkKeys()

main

public static void main(java.lang.String[] argv)
Entry point