|
| FConstantVolumeJoint () |
|
void | addBody (FBody b) |
|
ArrayList | getBodies () |
|
void | setDamping (float damping) |
|
void | setFrequency (float frequency) |
|
PVector | getCentroid () |
|
void | draw (PGraphics applet) |
|
void | drawDebug (PGraphics applet) |
|
Joint | getBox2dJoint () |
|
void | addToWorld (FWorld world) |
|
void | removeFromWorld () |
|
FBody | getBody1 () |
|
FBody | getBody2 () |
|
void | setCollideConnected (boolean value) |
|
float | getReactionForceX () |
|
float | getReactionForceY () |
|
float | getReactionTorque () |
|
void | draw (PGraphics graphics) |
|
void | draw (PApplet applet) |
|
void | drawDebug (PGraphics graphics) |
|
void | drawDebug (PApplet applet) |
|
void | attachImage (PImage img) |
|
void | dettachImage () |
|
float | getImageAlpha () |
|
void | setImageAlpha (float alpha) |
|
void | setDrawable (boolean drawable) |
|
boolean | isDrawable () |
|
int | getFillColor () |
|
void | setFillColor (int col) |
|
void | setNoFill () |
|
void | setFill (float g) |
|
void | setFill (float g, float a) |
|
void | setFill (float r, float g, float b) |
|
void | setFill (float r, float g, float b, float a) |
|
void | setStrokeColor (int col) |
|
void | setNoStroke () |
|
void | setStroke (float g) |
|
void | setStroke (float g, float a) |
|
void | setStroke (float r, float g, float b) |
|
void | setStroke (float r, float g, float b, float a) |
|
void | setStrokeWeight (float weight) |
|
|
JointDef | getJointDef (FWorld world) |
|
void | processJoint (World world, JointDef jd) |
|
JointDef | getJointDef (FWorld world) |
|
void | preDraw (PGraphics applet) |
|
void | postDraw (PGraphics applet) |
|
void | preDrawDebug (PGraphics applet) |
|
void | postDrawDebug (PGraphics applet) |
|
void | updateStyle (FDrawable other) |
|
void | appletStroke (PGraphics applet, int argb) |
|
void | appletFill (PGraphics applet, int argb) |
|
void | appletFillStroke (PGraphics applet) |
|
void | drawImage (PGraphics applet) |
|
Represents constant volume joint that tries to keep the volume enclosed by a group of bodies constant. This joint is similar to connecting multiple springs between the bodies in order to maintain the volume inside their position constant. This is the joint used to create the FBlob body.