/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
H A D | WeibullDistribution.java | 43 double getShape(); method in interface:WeibullDistribution
|
H A D | WeibullDistributionImpl.java | 112 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 D | TriangleBean.java | 30 public Shape getShape() { method in class:TriangleBean
|
H A D | TriangleBeanTest.java | 39 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 D | CircleContact.java | 47 pool.getCollision().collideCircles(manifold, (CircleShape) m_fixtureA.getShape(), xfA, 48 (CircleShape) m_fixtureB.getShape(), xfB);
|
H A D | PolygonAndCircleContact.java | 48 pool.getCollision().collidePolygonAndCircle(manifold, (PolygonShape) m_fixtureA.getShape(), 49 xfA, (CircleShape) m_fixtureB.getShape(), xfB);
|
H A D | PolygonContact.java | 47 pool.getCollision().collidePolygons(manifold, (PolygonShape) m_fixtureA.getShape(), xfA, 48 (PolygonShape) m_fixtureB.getShape(), xfB);
|
H A D | ChainAndCircleContact.java | 52 ChainShape chain = (ChainShape) m_fixtureA.getShape(); 55 (CircleShape) m_fixtureB.getShape(), xfB);
|
H A D | ChainAndPolygonContact.java | 52 ChainShape chain = (ChainShape) m_fixtureA.getShape(); 55 (PolygonShape) m_fixtureB.getShape(), xfB);
|
H A D | EdgeAndCircleContact.java | 49 pool.getCollision().collideEdgeAndCircle(manifold, (EdgeShape) m_fixtureA.getShape(), xfA, 50 (CircleShape) m_fixtureB.getShape(), xfB);
|
H A D | EdgeAndPolygonContact.java | 49 pool.getCollision().collideEdgeAndPolygon(manifold, (EdgeShape) m_fixtureA.getShape(), xfA, 50 (PolygonShape) m_fixtureB.getShape(), xfB);
|
H A D | Contact.java | 144 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 D | SpawnPanel.java | 48 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 D | FixtureDef.java | 85 public Shape getShape() { method in class:FixtureDef
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
H A D | ColorEffect.java | 44 g.fill(glyph.getShape()); // Java2D fails on some glyph shapes?!
|
H A D | DistanceFieldEffect.java | 62 inputG.fill(glyph.getShape());
|
H A D | GradientEffect.java | 52 g.fill(glyph.getShape());
|
H A D | OutlineEffect.java | 54 g.draw(glyph.getShape());
|
H A D | ShadowEffect.java | 61 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 D | Fixture.java | 57 public Shape getShape () { method in class:Fixture 59 org.jbox2d.collision.shapes.Shape shape2 = fixture.getShape();
|
H A D | Box2DDebugRenderer.java | 157 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 D | GraphvizNode.java | 60 public NodeShape getShape() { method in class:GraphvizNode
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
H A D | Box2DDebugRenderer.java | 151 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 D | Fixture.java | 87 public Shape getShape () { method in class:Fixture
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btCollisionObjectWrapper.java | 90 public btCollisionShape getShape() { method in class:btCollisionObjectWrapper
|