org.jbox2d.testbed.tests
Class BipedDef

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

public class BipedDef
extends java.lang.Object

Ragdoll class thanks to darkzerox


Field Summary
 BodyDef ChestDef
           
 PolygonDef ChestPoly
           
static int count
           
 CircleDef HeadCirc
           
 BodyDef HeadDef
           
 RevoluteJointDef LAnkleDef
           
 BodyDef LCalfDef
           
 PolygonDef LCalfPoly
           
 RevoluteJointDef LElbowDef
           
 BodyDef LFootDef
           
 PolygonDef LFootPoly
           
 BodyDef LForearmDef
           
 PolygonDef LForearmPoly
           
 BodyDef LHandDef
           
 PolygonDef LHandPoly
           
 RevoluteJointDef LHipDef
           
 RevoluteJointDef LKneeDef
           
 RevoluteJointDef LowerAbsDef
           
 RevoluteJointDef LowerNeckDef
           
 RevoluteJointDef LShoulderDef
           
 BodyDef LThighDef
           
 PolygonDef LThighPoly
           
 BodyDef LUpperArmDef
           
 PolygonDef LUpperArmPoly
           
 RevoluteJointDef LWristDef
           
 BodyDef NeckDef
           
 PolygonDef NeckPoly
           
 BodyDef PelvisDef
           
 PolygonDef PelvisPoly
           
 RevoluteJointDef RAnkleDef
           
 BodyDef RCalfDef
           
 PolygonDef RCalfPoly
           
 RevoluteJointDef RElbowDef
           
 BodyDef RFootDef
           
 PolygonDef RFootPoly
           
 BodyDef RForearmDef
           
 PolygonDef RForearmPoly
           
 BodyDef RHandDef
           
 PolygonDef RHandPoly
           
 RevoluteJointDef RHipDef
           
 RevoluteJointDef RKneeDef
           
 RevoluteJointDef RShoulderDef
           
 BodyDef RThighDef
           
 PolygonDef RThighPoly
           
 BodyDef RUpperArmDef
           
 PolygonDef RUpperArmPoly
           
 RevoluteJointDef RWristDef
           
 BodyDef StomachDef
           
 PolygonDef StomachPoly
           
 RevoluteJointDef UpperAbsDef
           
 RevoluteJointDef UpperNeckDef
           
 
Constructor Summary
BipedDef()
           
 
Method Summary
 void defaultJoints()
           
 void defaultPositions()
           
 void defaultVertices()
           
 void disableLimit()
           
 void disableMotor()
           
 void enableLimit()
           
 void enableMotor()
           
 void isFast(boolean b)
           
 void setAngularDamping(float f)
           
 void setDensity(float f)
           
 void setGroupIndex(int i)
           
 void setLimit(boolean b)
           
 void setLinearDamping(float f)
           
 void setMotor(boolean b)
           
 void setMotorSpeed(float f)
           
 void setMotorTorque(float f)
           
 void setRestitution(float f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public static int count

LFootDef

public BodyDef LFootDef

RFootDef

public BodyDef RFootDef

LCalfDef

public BodyDef LCalfDef

RCalfDef

public BodyDef RCalfDef

LThighDef

public BodyDef LThighDef

RThighDef

public BodyDef RThighDef

PelvisDef

public BodyDef PelvisDef

StomachDef

public BodyDef StomachDef

ChestDef

public BodyDef ChestDef

NeckDef

public BodyDef NeckDef

HeadDef

public BodyDef HeadDef

LUpperArmDef

public BodyDef LUpperArmDef

RUpperArmDef

public BodyDef RUpperArmDef

LForearmDef

public BodyDef LForearmDef

RForearmDef

public BodyDef RForearmDef

LHandDef

public BodyDef LHandDef

RHandDef

public BodyDef RHandDef

LFootPoly

public PolygonDef LFootPoly

RFootPoly

public PolygonDef RFootPoly

LCalfPoly

public PolygonDef LCalfPoly

RCalfPoly

public PolygonDef RCalfPoly

LThighPoly

public PolygonDef LThighPoly

RThighPoly

public PolygonDef RThighPoly

PelvisPoly

public PolygonDef PelvisPoly

StomachPoly

public PolygonDef StomachPoly

ChestPoly

public PolygonDef ChestPoly

NeckPoly

public PolygonDef NeckPoly

LUpperArmPoly

public PolygonDef LUpperArmPoly

RUpperArmPoly

public PolygonDef RUpperArmPoly

LForearmPoly

public PolygonDef LForearmPoly

RForearmPoly

public PolygonDef RForearmPoly

LHandPoly

public PolygonDef LHandPoly

RHandPoly

public PolygonDef RHandPoly

HeadCirc

public CircleDef HeadCirc

LAnkleDef

public RevoluteJointDef LAnkleDef

RAnkleDef

public RevoluteJointDef RAnkleDef

LKneeDef

public RevoluteJointDef LKneeDef

RKneeDef

public RevoluteJointDef RKneeDef

LHipDef

public RevoluteJointDef LHipDef

RHipDef

public RevoluteJointDef RHipDef

LowerAbsDef

public RevoluteJointDef LowerAbsDef

UpperAbsDef

public RevoluteJointDef UpperAbsDef

LowerNeckDef

public RevoluteJointDef LowerNeckDef

UpperNeckDef

public RevoluteJointDef UpperNeckDef

LShoulderDef

public RevoluteJointDef LShoulderDef

RShoulderDef

public RevoluteJointDef RShoulderDef

LElbowDef

public RevoluteJointDef LElbowDef

RElbowDef

public RevoluteJointDef RElbowDef

LWristDef

public RevoluteJointDef LWristDef

RWristDef

public RevoluteJointDef RWristDef
Constructor Detail

BipedDef

public BipedDef()
Method Detail

isFast

public void isFast(boolean b)

setGroupIndex

public void setGroupIndex(int i)

setLinearDamping

public void setLinearDamping(float f)

setAngularDamping

public void setAngularDamping(float f)

setMotorTorque

public void setMotorTorque(float f)

setMotorSpeed

public void setMotorSpeed(float f)

setDensity

public void setDensity(float f)

setRestitution

public void setRestitution(float f)

enableLimit

public void enableLimit()

disableLimit

public void disableLimit()

setLimit

public void setLimit(boolean b)

enableMotor

public void enableMotor()

disableMotor

public void disableMotor()

setMotor

public void setMotor(boolean b)

defaultVertices

public void defaultVertices()

defaultJoints

public void defaultJoints()

defaultPositions

public void defaultPositions()