|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.builders.BodyBuilder<PolygonShapeBuilder,PolygonShape>
org.jbox2d.builders.PolygonShapeBuilder
public class PolygonShapeBuilder
Field Summary |
---|
Fields inherited from class org.jbox2d.builders.BodyBuilder |
---|
bodyDef, fixtureDef, shape, world |
Constructor Summary | |
---|---|
PolygonShapeBuilder(World world)
|
Method Summary | |
---|---|
PolygonShapeBuilder |
vertices(float... coordinates)
|
PolygonShapeBuilder |
vertices(Vec2[] vertices)
|
Methods inherited from class org.jbox2d.builders.BodyBuilder |
---|
active, allowSleep, angle, angularDamping, angularVelocity, awake, build, bullet, density, fixedRotation, friction, gravityScale, linearDamping, position, position, restitution, sensor, type, userData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolygonShapeBuilder(World world)
Method Detail |
---|
public PolygonShapeBuilder vertices(Vec2[] vertices)
public PolygonShapeBuilder vertices(float... coordinates)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |