|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Joint | |
---|---|
org.jbox2d.dynamics | This package handles non-collision aspects of simulation. |
org.jbox2d.dynamics.joints | This package deals with all things joint-related. |
org.jbox2d.testbed | The JBox2d 2.0 testbed, implemented using Processing. |
Uses of Joint in org.jbox2d.dynamics |
---|
Fields in org.jbox2d.dynamics declared as Joint | |
---|---|
Joint[] |
Island.m_joints
|
Methods in org.jbox2d.dynamics that return Joint | |
---|---|
Joint |
World.createJoint(JointDef def)
Create a joint to constrain bodies together. |
Joint |
World.getJointList()
Get the world joint list. |
Methods in org.jbox2d.dynamics with parameters of type Joint | |
---|---|
void |
World.destroyJoint(Joint j)
Destroy a joint. |
void |
World.drawJoint(Joint joint)
For internal use |
void |
DestructionListener.sayGoodbye(Joint joint)
Called when any joint is about to be destroyed due to the destruction of one of its attached bodies. |
Uses of Joint in org.jbox2d.dynamics.joints |
---|
Subclasses of Joint in org.jbox2d.dynamics.joints | |
---|---|
class |
DistanceJoint
|
class |
GearJoint
A gear joint is used to connect two joints together. |
class |
MouseJoint
|
class |
PrismaticJoint
A prismatic joint. |
class |
PulleyJoint
|
class |
RevoluteJoint
|
Fields in org.jbox2d.dynamics.joints declared as Joint | |
---|---|
Joint |
JointEdge.joint
|
Joint |
GearJointDef.joint1
The first revolute/prismatic joint attached to the gear joint. |
Joint |
GearJointDef.joint2
The second revolute/prismatic joint attached to the gear joint. |
Joint |
Joint.m_next
|
Joint |
Joint.m_prev
|
Methods in org.jbox2d.dynamics.joints that return Joint | |
---|---|
static Joint |
Joint.create(JointDef description)
|
Joint |
Joint.getNext()
Get the next joint the world joint list. |
Methods in org.jbox2d.dynamics.joints with parameters of type Joint | |
---|---|
static void |
Joint.destroy(Joint j)
|
Uses of Joint in org.jbox2d.testbed |
---|
Methods in org.jbox2d.testbed with parameters of type Joint | |
---|---|
void |
AbstractExample.jointDestroyed(Joint joint)
Stub method for concrete examples to override if desired. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |