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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 396 public void joinParticleGroups(ParticleGroup groupA, ParticleGroup groupB) {
397 assert (groupA != groupB);
400 RotateBuffer(groupA.m_firstIndex, groupA.m_lastIndex, groupB.m_firstIndex);
401 assert (groupA.m_lastIndex == groupB.m_firstIndex);
404 for (int i = groupA.m_firstIndex; i < groupB.m_lastIndex; i++) {
419 if (groupA.m_firstIndex <= a && a < groupA.m_lastIndex && groupB.m_firstIndex <= b
433 pair.strength = MathUtils.min(groupA.m_strength, groupB.m_strength);
440 VoronoiDiagram diagram = new VoronoiDiagram(groupB.m_lastIndex - groupA.m_firstIndex)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java     [all...]

Completed in 103 milliseconds