|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Joint | |
---|---|
org.jbox2d.callbacks | |
org.jbox2d.dynamics | |
org.jbox2d.dynamics.joints |
Uses of Joint in org.jbox2d.callbacks |
---|
Methods in org.jbox2d.callbacks with parameters of type Joint | |
---|---|
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 |
---|
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 |
Island.add(Joint joint)
|
void |
World.destroyJoint(Joint j)
destroy a joint. |
Uses of Joint in org.jbox2d.dynamics.joints |
---|
Subclasses of Joint in org.jbox2d.dynamics.joints | |
---|---|
class |
ConstantVolumeJoint
|
class |
DistanceJoint
A distance joint constrains two points on two bodies to remain at a fixed distance from each other. |
class |
FrictionJoint
|
class |
GearJoint
A gear joint is used to connect two joints together. |
class |
MouseJoint
A mouse joint is used to make a point on a body track a specified world point. |
class |
PrismaticJoint
A prismatic joint. |
class |
PulleyJoint
The pulley joint is connected to two bodies and two fixed ground points. |
class |
RevoluteJoint
A revolute joint constrains two bodies to share a common point while they are free to rotate about the point. |
class |
RopeJoint
A rope joint enforces a maximum distance between two points on two bodies. |
class |
WeldJoint
A weld joint essentially glues two bodies together. |
class |
WheelJoint
A wheel joint. |
Fields in org.jbox2d.dynamics.joints declared as Joint | |
---|---|
Joint |
JointEdge.joint
the 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(World world,
JointDef def)
|
Joint |
GearJoint.getJoint1()
|
Joint |
GearJoint.getJoint2()
|
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 joint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |