Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
M
N
O
P
R
S
U
W
G
getAngle(Body)
- Method in class org.jbox2d.p5.
Physics
Get the angle (in radians)
getBorder()
- Method in class org.jbox2d.p5.
Physics
Get the border Body[] array, or null if the border has been removed.
getBullet()
- Method in class org.jbox2d.p5.
Physics
Are newly created bodies being created as bullets?
getCMPosition(Body)
- Method in class org.jbox2d.p5.
Physics
Get the center of mass position (screen coordinates)
getDensity()
- Method in class org.jbox2d.p5.
Physics
Get the density being used for newly created shapes.
getFriction()
- Method in class org.jbox2d.p5.
Physics
Get the friction being used for newly created shapes.
getPosition(Body)
- Method in class org.jbox2d.p5.
Physics
Get the location of the body's origin (screen coordinates) - note that this does
not
usually correspond to the center of mass position, which may be obtained by calling
Physics.getCMPosition(Body)
.
getRestitution()
- Method in class org.jbox2d.p5.
Physics
Get the restitution being used for newly created shapes.
getSensor()
- Method in class org.jbox2d.p5.
Physics
Are newly created shapes being created as sensors?
getSettings()
- Method in class org.jbox2d.p5.
Physics
Get an editable copy of the current TestSettings so that you may change certain aspects of the simulation and display.
getWorld()
- Method in class org.jbox2d.p5.
Physics
Get the current physics world.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
J
M
N
O
P
R
S
U
W