package com.codename1.gaming.physics.box2d.dynamics.joints
Joint constraints (revolute, prismatic, distance, weld and others) for the box2d physics engine.
Part of the box2d simulation engine, a derived work of JBox2D used under the
BSD 2-Clause license; see com.codename1.gaming.physics for attribution.
Types
class ConstantVolumeJoint | |
class ConstantVolumeJointDef | Definition for a ConstantVolumeJoint, which connects a group a bodies together so they maintain a constant volume within them. |
class DistanceJoint | A distance joint constrains two points on two bodies to remain at a fixed distance from each other. |
class DistanceJointDef | Distance joint definition. |
class FrictionJoint | |
class FrictionJointDef | Friction joint definition. |
class GearJoint | A gear joint is used to connect two joints together. |
class GearJointDef | Gear joint definition. |
class Jacobian | |
class Joint | The base joint class. |
class JointDef | Joint definitions are used to construct joints. |
class 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. |
enum JointType | |
enum LimitState | |
class MouseJoint | A mouse joint is used to make a point on a body track a specified world point. |
class MouseJointDef | Mouse joint definition. |
class PrismaticJoint | A prismatic joint. |
class PrismaticJointDef | Prismatic joint definition. |
class PulleyJoint | The pulley joint is connected to two bodies and two fixed ground points. |
class PulleyJointDef | Pulley joint definition. |
class RevoluteJoint | A revolute joint constrains two bodies to share a common point while they are free to rotate about the point. |
class RevoluteJointDef | Revolute joint definition. |
class RopeJoint | A rope joint enforces a maximum distance between two points on two bodies. |
class RopeJointDef | Rope joint definition. |
class WeldJoint | A weld joint essentially glues two bodies together. |
class WeldJointDef | |
class WheelJoint | A wheel joint. |
class WheelJointDef | Wheel joint definition. |