hAPI Fisica
0.1
The hAPI Fisica physics engine expands Richard Marxer's fisica for Processing. The engine wraps the jbox2d physics engine for use with the Haply Development kit and the Hapkit.
|
This is the complete list of members for FRevoluteJoint, including all inherited members.
addToWorld(FWorld world) (defined in FJoint) | FJoint | |
appletFill(PGraphics applet, int argb) (defined in FDrawable) | FDrawable | protected |
appletFillStroke(PGraphics applet) (defined in FDrawable) | FDrawable | protected |
appletStroke(PGraphics applet, int argb) (defined in FDrawable) | FDrawable | protected |
attachImage(PImage img) | FDrawable | |
dettachImage() | FDrawable | |
draw(PGraphics applet) (defined in FRevoluteJoint) | FRevoluteJoint | |
FJoint.draw(PApplet applet) | FDrawable | |
drawDebug(PGraphics applet) (defined in FRevoluteJoint) | FRevoluteJoint | |
FJoint.drawDebug(PApplet applet) | FDrawable | |
drawImage(PGraphics applet) (defined in FDrawable) | FDrawable | protected |
FRevoluteJoint(FBody body1, FBody body2, float x, float y) | FRevoluteJoint | |
FRevoluteJoint(FBody body1, FBody body2) | FRevoluteJoint | |
getAnchorX() | FRevoluteJoint | |
getAnchorY() | FRevoluteJoint | |
getBody1() | FJoint | |
getBody2() | FJoint | |
getBox2dJoint() | FJoint | |
getFillColor() | FDrawable | |
getImageAlpha() | FDrawable | |
getJointDef(FWorld world) (defined in FRevoluteJoint) | FRevoluteJoint | protected |
getReactionForceX() | FJoint | |
getReactionForceY() | FJoint | |
getReactionTorque() | FJoint | |
isDrawable() | FDrawable | |
m_anchor (defined in FRevoluteJoint) | FRevoluteJoint | protected |
m_body1 (defined in FRevoluteJoint) | FRevoluteJoint | protected |
m_body2 (defined in FRevoluteJoint) | FRevoluteJoint | protected |
m_collideConnected (defined in FJoint) | FJoint | protected |
m_drawable (defined in FDrawable) | FDrawable | protected |
m_enableLimit | FRevoluteJoint | protected |
m_enableMotor | FRevoluteJoint | protected |
m_fill (defined in FDrawable) | FDrawable | protected |
m_fillColor (defined in FDrawable) | FDrawable | protected |
m_image (defined in FDrawable) | FDrawable | protected |
m_imageAlpha (defined in FDrawable) | FDrawable | protected |
m_joint (defined in FJoint) | FJoint | protected |
m_localAnchor1 | FRevoluteJoint | protected |
m_localAnchor2 | FRevoluteJoint | protected |
m_lowerAngle | FRevoluteJoint | protected |
m_mask (defined in FDrawable) | FDrawable | protected |
m_maxMotorTorque | FRevoluteJoint | protected |
m_motorSpeed | FRevoluteJoint | protected |
m_referenceAngle | FRevoluteJoint | protected |
m_stroke (defined in FDrawable) | FDrawable | protected |
m_strokeColor (defined in FDrawable) | FDrawable | protected |
m_strokeWeight (defined in FDrawable) | FDrawable | protected |
m_upperAngle | FRevoluteJoint | protected |
m_world (defined in FJoint) | FJoint | protected |
postDraw(PGraphics applet) (defined in FJoint) | FJoint | protected |
postDrawDebug(PGraphics applet) (defined in FJoint) | FJoint | protected |
preDraw(PGraphics applet) (defined in FJoint) | FJoint | protected |
preDrawDebug(PGraphics applet) (defined in FJoint) | FJoint | protected |
processJoint(World world, JointDef jd) (defined in FJoint) | FJoint | protected |
removeFromWorld() (defined in FJoint) | FJoint | |
setAnchor(float x, float y) | FRevoluteJoint | |
setCollideConnected(boolean value) | FJoint | |
setDrawable(boolean drawable) | FDrawable | |
setEnableLimit(boolean value) | FRevoluteJoint | |
setEnableMotor(boolean value) | FRevoluteJoint | |
setFill(float g) | FDrawable | |
setFill(float g, float a) | FDrawable | |
setFill(float r, float g, float b) | FDrawable | |
setFill(float r, float g, float b, float a) | FDrawable | |
setFillColor(int col) | FDrawable | |
setImageAlpha(float alpha) | FDrawable | |
setLowerAngle(float a) | FRevoluteJoint | |
setMaxMotorTorque(float a) | FRevoluteJoint | |
setMotorSpeed(float a) | FRevoluteJoint | |
setNoFill() | FDrawable | |
setNoStroke() | FDrawable | |
setReferenceAngle(float ang) (defined in FRevoluteJoint) | FRevoluteJoint | |
setStroke(float g) | FDrawable | |
setStroke(float g, float a) | FDrawable | |
setStroke(float r, float g, float b) | FDrawable | |
setStroke(float r, float g, float b, float a) | FDrawable | |
setStrokeColor(int col) | FDrawable | |
setStrokeWeight(float weight) | FDrawable | |
setUpperAngle(float a) | FRevoluteJoint | |
updateLocalAnchors() (defined in FRevoluteJoint) | FRevoluteJoint | protected |
updateStyle(FDrawable other) (defined in FDrawable) | FDrawable | protected |