Package | Description |
---|---|
org.jbox2d.callbacks | |
org.jbox2d.dynamics | |
org.jbox2d.dynamics.joints | |
org.jbox2d.profile |
Class and Description |
---|
Joint
The base joint class.
|
Class and Description |
---|
Joint
The base joint class.
|
JointDef
Joint definitions are used to construct joints.
|
JointEdge
A joint edge is used to connect bodies and joints together
in a joint graph where each body is a node and each joint
is an edge.
|
Class and Description |
---|
ConstantVolumeJointDef
Definition for a
ConstantVolumeJoint , which connects a group a bodies together so they
maintain a constant volume within them. |
DistanceJoint
A distance joint constrains two points on two bodies to remain at a fixed distance from each
other.
|
DistanceJointDef
Distance joint definition.
|
FrictionJointDef
Friction joint definition.
|
GearJointDef
Gear joint definition.
|
Joint
The base joint class.
|
JointDef
Joint definitions are used to construct joints.
|
JointEdge
A joint edge is used to connect bodies and joints together
in a joint graph where each body is a node and each joint
is an edge.
|
JointType |
LimitState |
MouseJointDef
Mouse joint definition.
|
PrismaticJointDef
Prismatic joint definition.
|
PulleyJointDef
Pulley joint definition.
|
RevoluteJointDef
Revolute joint definition.
|
RopeJointDef
Rope joint definition.
|
WeldJointDef |
WheelJointDef
Wheel joint definition.
|
Class and Description |
---|
PrismaticJoint
A prismatic joint.
|
RevoluteJoint
A revolute joint constrains two bodies to share a common point while they are free to rotate
about the point.
|
Copyright © 2017. All Rights Reserved.