Searched refs:getShape (Results 1 - 25 of 44) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DWeibullDistribution.java43 double getShape(); method in interface:WeibullDistribution
H A DWeibullDistributionImpl.java112 public double getShape() { method in class:WeibullDistributionImpl
313 final double sh = getShape();
330 final double sh = getShape();
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
H A DTriangleBean.java30 public Shape getShape() { method in class:TriangleBean
H A DTriangleBeanTest.java39 assertEquals(7, loadedBean.getShape().process());
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
H A DCircleContact.java47 pool.getCollision().collideCircles(manifold, (CircleShape) m_fixtureA.getShape(), xfA,
48 (CircleShape) m_fixtureB.getShape(), xfB);
H A DPolygonAndCircleContact.java48 pool.getCollision().collidePolygonAndCircle(manifold, (PolygonShape) m_fixtureA.getShape(),
49 xfA, (CircleShape) m_fixtureB.getShape(), xfB);
H A DPolygonContact.java47 pool.getCollision().collidePolygons(manifold, (PolygonShape) m_fixtureA.getShape(), xfA,
48 (PolygonShape) m_fixtureB.getShape(), xfB);
H A DChainAndCircleContact.java52 ChainShape chain = (ChainShape) m_fixtureA.getShape();
55 (CircleShape) m_fixtureB.getShape(), xfB);
H A DChainAndPolygonContact.java52 ChainShape chain = (ChainShape) m_fixtureA.getShape();
55 (PolygonShape) m_fixtureB.getShape(), xfB);
H A DEdgeAndCircleContact.java49 pool.getCollision().collideEdgeAndCircle(manifold, (EdgeShape) m_fixtureA.getShape(), xfA,
50 (CircleShape) m_fixtureB.getShape(), xfB);
H A DEdgeAndPolygonContact.java49 pool.getCollision().collideEdgeAndPolygon(manifold, (EdgeShape) m_fixtureA.getShape(), xfA,
50 (PolygonShape) m_fixtureB.getShape(), xfB);
H A DContact.java144 final Shape shapeA = m_fixtureA.getShape();
145 final Shape shapeB = m_fixtureB.getShape();
284 Shape shapeA = m_fixtureA.getShape();
285 Shape shapeB = m_fixtureB.getShape();
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
H A DSpawnPanel.java48 sideCombo.setSelectedItem(spawnShapeValue.getShape());
89 shapeCombo.setSelectedItem(spawnShapeValue.getShape());
93 shapeCombo.setSelectedItem(editor.getEmitter().getSpawnShape().getShape());
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
H A DFixtureDef.java85 public Shape getShape() { method in class:FixtureDef
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
H A DColorEffect.java44 g.fill(glyph.getShape()); // Java2D fails on some glyph shapes?!
H A DDistanceFieldEffect.java62 inputG.fill(glyph.getShape());
H A DGradientEffect.java52 g.fill(glyph.getShape());
H A DOutlineEffect.java54 g.draw(glyph.getShape());
H A DShadowEffect.java61 g.fill(glyph.getShape());
71 g.draw(glyph.getShape());
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
H A DFixture.java57 public Shape getShape () { method in class:Fixture
59 org.jbox2d.collision.shapes.Shape shape2 = fixture.getShape();
H A DBox2DDebugRenderer.java157 CircleShape shape = (CircleShape)fixture.getShape();
172 PolygonShape shape = (PolygonShape)fixture.getShape();
202 CircleShape circle = (CircleShape)fixture.getShape();
209 EdgeShape edge = (EdgeShape)fixture.getShape();
218 PolygonShape chain = (PolygonShape)fixture.getShape();
228 ChainShape chain = (ChainShape)fixture.getShape();
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DGraphvizNode.java60 public NodeShape getShape() { method in class:GraphvizNode
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
H A DBox2DDebugRenderer.java151 CircleShape shape = (CircleShape)fixture.getShape();
166 PolygonShape shape = (PolygonShape)fixture.getShape();
196 CircleShape circle = (CircleShape)fixture.getShape();
204 EdgeShape edge = (EdgeShape)fixture.getShape();
214 PolygonShape chain = (PolygonShape)fixture.getShape();
225 ChainShape chain = (ChainShape)fixture.getShape();
H A DFixture.java87 public Shape getShape () { method in class:Fixture
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtCollisionObjectWrapper.java90 public btCollisionShape getShape() { method in class:btCollisionObjectWrapper

Completed in 474 milliseconds

12