|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PulleyJoint | |
---|---|
org.jbox2d.p5 | This package makes up the BoxWrap2d library for Processing, a simple layer on top of JBox2d to ease construction, simulation, and display of physical worlds when using Processing. |
Uses of PulleyJoint in org.jbox2d.p5 |
---|
Methods in org.jbox2d.p5 that return PulleyJoint | |
---|---|
PulleyJoint |
Physics.createPulleyJoint(Body a,
Body b,
float groundAnchorAx,
float groundAnchorAy,
float groundAnchorBx,
float groundAnchorBy,
float anchorAx,
float anchorAy,
float anchorBx,
float anchorBy,
float ratio)
Create a pulley joint between the The pulley joint is connected to two bodies and two fixed ground points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |