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.
FBox Member List

This is the complete list of members for FBox, including all inherited members.

addForce(float fx, float fy)FBody
addForce(float fx, float fy, float px, float py)FBody
addImpulse(float fx, float fy)FBody
addImpulse(float fx, float fy, float px, float py)FBody
addTorque(float torque)FBody
addToWorld(FWorld world) (defined in FBody)FBody
adjustAngularVelocity(float dw)FBody
adjustPosition(float dx, float dy)FBody
adjustRotation(float dw)FBody
adjustVelocity(float dvx, float dvy)FBody
appletFill(PGraphics applet, int argb) (defined in FDrawable)FDrawableprotected
appletFillStroke(PGraphics applet) (defined in FDrawable)FDrawableprotected
appletStroke(PGraphics applet, int argb) (defined in FDrawable)FDrawableprotected
applyMatrix(PGraphics applet) (defined in FBody)FBodyprotected
attachImage(PImage img)FDrawable
dettachImage()FDrawable
draw(PGraphics applet) (defined in FBox)FBox
FBody.draw(PApplet applet)FDrawable
drawDebug(PGraphics applet) (defined in FBox)FBox
FBody.drawDebug(PApplet applet)FDrawable
drawImage(PGraphics applet) (defined in FDrawable)FDrawableprotected
FBox(float width, float height)FBox
getAABB() (defined in FBody)FBodyprotected
getAngularVelocity()FBody
getBB() (defined in FBody)FBodyprotected
getBodies() (defined in FBody)FBodyprotected
getBox2dBody()FBody
getCategoryBits() (defined in FBody)FBody
getContacts()FBody
getDensity()FBody
getFillColor()FDrawable
getFilterBits() (defined in FBody)FBody
getForceX()FBody
getForceY()FBody
getGroupIndex()FBody
getHapticDamping()FBody
getHapticStiffness()FBody
getHeight()FBox
getImageAlpha()FDrawable
getJoints()FBody
getLocalWorldPoint(Vec2 p) (defined in FBody)FBodyprotected
getMass()FBody
getName()FBody
getParent() (defined in FBody)FBody
getProcessedShapeDef() (defined in FBody)FBodyprotected
getRotation()FBody
getShapeDef() (defined in FBox)FBoxprotected
getShapeDefs() (defined in FBody)FBodyprotected
getTouching()FBody
getTransformedShapeDef() (defined in FBox)FBoxprotected
getVelocityX()FBody
getVelocityY()FBody
getWidth()FBox
getX()FBody
getY()FBody
h_damping (defined in FBody)FBodyprotected
h_isHaptic (defined in FBody)FBodyprotected
h_stiffness (defined in FBody)FBodyprotected
isConnected(FBody other)FBody
isDrawable()FDrawable
isHaptic()FBody
isResting()FBody
isSensor()FBody
isSleeping()FBody
isStatic()FBody
isTouchingBody(FBody b)FBody
m_allowSleep (defined in FBody)FBodyprotected
m_angle (defined in FBody)FBodyprotected
m_angularDamping (defined in FBody)FBodyprotected
m_angularVelocity (defined in FBody)FBodyprotected
m_body (defined in FBody)FBodyprotected
m_bullet (defined in FBody)FBodyprotected
m_categoryBits (defined in FBody)FBodyprotected
m_density (defined in FBody)FBodyprotected
m_drawable (defined in FDrawable)FDrawableprotected
m_fill (defined in FDrawable)FDrawableprotected
m_fillColor (defined in FDrawable)FDrawableprotected
m_filterBits (defined in FBody)FBodyprotected
m_force (defined in FBody)FBodyprotected
m_friction (defined in FBody)FBodyprotected
m_grabbable (defined in FBody)FBodyprotected
m_gravityScale (defined in FBody)FBodyprotected
m_groupIndex (defined in FBody)FBodyprotected
m_height (defined in FBox)FBoxprotected
m_image (defined in FDrawable)FDrawableprotected
m_imageAlpha (defined in FDrawable)FDrawableprotected
m_isSleeping (defined in FBody)FBodyprotected
m_linearDamping (defined in FBody)FBodyprotected
m_linearVelocity (defined in FBody)FBodyprotected
m_mask (defined in FDrawable)FDrawableprotected
m_name (defined in FBody)FBodyprotected
m_parent (defined in FBody)FBodyprotected
m_position (defined in FBody)FBodyprotected
m_restitution (defined in FBody)FBodyprotected
m_rotatable (defined in FBody)FBodyprotected
m_sensor (defined in FBody)FBodyprotected
m_static (defined in FBody)FBodyprotected
m_stroke (defined in FDrawable)FDrawableprotected
m_strokeColor (defined in FDrawable)FDrawableprotected
m_strokeWeight (defined in FDrawable)FDrawableprotected
m_torque (defined in FBody)FBodyprotected
m_width (defined in FBox)FBoxprotected
m_world (defined in FBody)FBodyprotected
postDraw(PGraphics applet) (defined in FBody)FBodyprotected
postDrawDebug(PGraphics applet) (defined in FBody)FBodyprotected
preDraw(PGraphics applet) (defined in FBody)FBodyprotected
preDrawDebug(PGraphics applet) (defined in FBody)FBodyprotected
processBody(Body bd, ShapeDef sd) (defined in FBody)FBodyprotected
processShapeDef(ShapeDef sd) (defined in FBody)FBodyprotected
recreateInWorld() (defined in FBody)FBody
removeFromWorld() (defined in FBody)FBody
resetForces()FBody
setAllowSleeping(boolean allowSleep)FBody
setAngularDamping(float damping)FBody
setAngularVelocity(float w)FBody
setBullet(boolean value)FBody
setCategoryBits(int mask) (defined in FBody)FBody
setDamping(float damping)FBody
setDensity(float density)FBody
setDrawable(boolean drawable)FDrawable
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
setFilterBits(int mask) (defined in FBody)FBody
setForce(float fx, float fy)FBody
setFriction(float friction)FBody
setGrabbable(boolean value)FBody
setGroupIndex(int index)FBody
setHaptic(boolean value)FBody
setHaptic(boolean value, float stiffness, float damping)FBody
setHapticDamping(float damping)FBody
setHapticStiffness(float stiffness)FBody
setHeight(float height)FBox
setImageAlpha(float alpha)FDrawable
setName(String name)FBody
setNoFill()FDrawable
setNoStroke()FDrawable
setParent(FBody b) (defined in FBody)FBody
setPosition(float x, float y)FBody
setPosition(Vec2 position) (defined in FBody)FBodyprotected
setRestitution(float restitution)FBody
setRotatable(boolean rotatable)FBody
setRotation(float w)FBody
setSensor(boolean value)FBody
setState(FBody b) (defined in FBody)FBody
setStateFromWorld() (defined in FBody)FBody
setStatic(boolean value)FBody
setStaticBody(boolean value)FBody
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
setVelocity(float vx, float vy)FBody
setWidth(float width)FBox
updateMass() (defined in FBody)FBodyprotected
updateStyle(FDrawable other) (defined in FDrawable)FDrawableprotected
wakeUp()FBody