| Modifier and Type | Class and Description |
|---|---|
class |
FBlob
Represents a blob body that can be added to a world.
|
class |
FBody
Represents a body in the world.
|
class |
FBox
Represents a rectangular body that can be added to a world.
|
class |
FCircle
Represents a circular body that can be added to a world.
|
class |
FCompound |
class |
FConstantVolumeJoint
Represents constant volume joint that tries to keep the volume enclosed by a group of bodies constant.
|
class |
FDistanceJoint
Represents a distance joint that tries to keep two bodies at a constant distance.
|
class |
FGearJoint
Represents a gear joint between joints that transfers the movement of one joint to the other.
|
class |
FJoint
Represents a joint between two or more bodies.
|
class |
FLine
Represents a line body that can be added to a world.
|
class |
FMouseJoint
Represents a mouse joint that tries to keep a body at a constant distance from the target.
|
class |
FPoly
Represents a polygonal body that can be added to a world.
|
class |
FPrismaticJoint
Represents a prismatic joint that restricts the movement of one body with respect to another to a translation along a given axis.
|
class |
FRevoluteJoint
Represents a revolute joint that restricts the movement of one body with respect to another to rotation around a given anchor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FDrawable.updateStyle(FDrawable other) |