org.jbox2d.testbed.tests
Class Biped

java.lang.Object
  extended by org.jbox2d.testbed.tests.Biped

public class Biped
extends Object

Ragdoll class thanks to darkzerox.


Field Summary
 Body Chest
           
 Body Head
           
 RevoluteJoint LAnkle
           
 Body LCalf
           
 RevoluteJoint LElbow
           
 Body LFoot
           
 Body LForearm
           
 Body LHand
           
 RevoluteJoint LHip
           
 RevoluteJoint LKnee
           
 RevoluteJoint LowerAbs
           
 RevoluteJoint LowerNeck
           
 RevoluteJoint LShoulder
           
 Body LThigh
           
 Body LUpperArm
           
 RevoluteJoint LWrist
           
 World m_world
           
 Body Neck
           
 Body Pelvis
           
 RevoluteJoint RAnkle
           
 Body RCalf
           
 RevoluteJoint RElbow
           
 Body RFoot
           
 Body RForearm
           
 Body RHand
           
 RevoluteJoint RHip
           
 RevoluteJoint RKnee
           
 RevoluteJoint RShoulder
           
 Body RThigh
           
 Body RUpperArm
           
 RevoluteJoint RWrist
           
 Body Stomach
           
 RevoluteJoint UpperAbs
           
 RevoluteJoint UpperNeck
           
 
Constructor Summary
Biped(World w, Vec2 position)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_world

public World m_world

LFoot

public Body LFoot

RFoot

public Body RFoot

LCalf

public Body LCalf

RCalf

public Body RCalf

LThigh

public Body LThigh

RThigh

public Body RThigh

Pelvis

public Body Pelvis

Stomach

public Body Stomach

Chest

public Body Chest

Neck

public Body Neck

Head

public Body Head

LUpperArm

public Body LUpperArm

RUpperArm

public Body RUpperArm

LForearm

public Body LForearm

RForearm

public Body RForearm

LHand

public Body LHand

RHand

public Body RHand

LAnkle

public RevoluteJoint LAnkle

RAnkle

public RevoluteJoint RAnkle

LKnee

public RevoluteJoint LKnee

RKnee

public RevoluteJoint RKnee

LHip

public RevoluteJoint LHip

RHip

public RevoluteJoint RHip

LowerAbs

public RevoluteJoint LowerAbs

UpperAbs

public RevoluteJoint UpperAbs

LowerNeck

public RevoluteJoint LowerNeck

UpperNeck

public RevoluteJoint UpperNeck

LShoulder

public RevoluteJoint LShoulder

RShoulder

public RevoluteJoint RShoulder

LElbow

public RevoluteJoint LElbow

RElbow

public RevoluteJoint RElbow

LWrist

public RevoluteJoint LWrist

RWrist

public RevoluteJoint RWrist
Constructor Detail

Biped

public Biped(World w,
             Vec2 position)