|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.shapes.ShapeDef
org.jbox2d.collision.shapes.PointDef
public class PointDef
Point shape definition.
Field Summary | |
---|---|
Vec2 |
localPosition
|
float |
mass
|
Fields inherited from class org.jbox2d.collision.shapes.ShapeDef |
---|
density, filter, friction, isSensor, restitution, type, userData |
Constructor Summary | |
---|---|
PointDef()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vec2 localPosition
public float mass
Constructor Detail |
---|
public PointDef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |