|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BodyDef | |
---|---|
org.jbox2d.dynamics | This package handles non-collision aspects of simulation. |
org.jbox2d.testbed.tests | This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample. |
Uses of BodyDef in org.jbox2d.dynamics |
---|
Methods in org.jbox2d.dynamics with parameters of type BodyDef | |
---|---|
Body |
World.createBody(BodyDef def)
Create a body given a definition. |
Constructors in org.jbox2d.dynamics with parameters of type BodyDef | |
---|---|
Body(BodyDef bd,
World world)
Should not be called by user, as it will not be properly added to the world. |
Uses of BodyDef in org.jbox2d.testbed.tests |
---|
Fields in org.jbox2d.testbed.tests declared as BodyDef | |
---|---|
BodyDef |
BipedDef.ChestDef
|
BodyDef |
BipedDef.HeadDef
|
BodyDef |
BipedDef.LCalfDef
|
BodyDef |
BipedDef.LFootDef
|
BodyDef |
BipedDef.LForearmDef
|
BodyDef |
BipedDef.LHandDef
|
BodyDef |
BipedDef.LThighDef
|
BodyDef |
BipedDef.LUpperArmDef
|
BodyDef |
BipedDef.NeckDef
|
BodyDef |
BipedDef.PelvisDef
|
BodyDef |
BipedDef.RCalfDef
|
BodyDef |
BipedDef.RFootDef
|
BodyDef |
BipedDef.RForearmDef
|
BodyDef |
BipedDef.RHandDef
|
BodyDef |
BipedDef.RThighDef
|
BodyDef |
BipedDef.RUpperArmDef
|
BodyDef |
BipedDef.StomachDef
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |