HomeSort by relevance Sort by last modified time
    Searched defs:PolygonShape (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
PolygonShape.java 21 public class PolygonShape extends Shape {
28 public PolygonShape () {
32 protected PolygonShape (long addr) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
PolygonShape.java 23 public class PolygonShape extends Shape {
24 org.jbox2d.collision.shapes.PolygonShape shape;
27 public PolygonShape () {
28 super(new org.jbox2d.collision.shapes.PolygonShape());
29 shape = (org.jbox2d.collision.shapes.PolygonShape)super.shape;
32 public PolygonShape (org.jbox2d.collision.shapes.PolygonShape shape) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
PolygonShape.java 41 public class PolygonShape extends Shape {
74 public PolygonShape() {
91 PolygonShape shape = new PolygonShape();

Completed in 873 milliseconds