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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleGroupType.java 1 package org.jbox2d.particle;
ParticleType.java 1 package org.jbox2d.particle;
4 * The particle type. Can be combined with | operator. Zero means liquid.
ParticleBodyContact.java 1 package org.jbox2d.particle;
7 /** Index of the particle making contact. */
13 /** The normalized direction from the particle to the body. */
ParticleContact.java 1 package org.jbox2d.particle;
8 /** The logical sum of the particle behaviors that have been set. */
ParticleDef.java 1 package org.jbox2d.particle;
7 * Specifies the type of particle. A particle may be more than one type. Multiple types are
13 /** The world position of the particle. */
16 /** The linear velocity of the particle in world co-ordinates. */
19 /** The color of the particle. */
ParticleGroupDef.java 1 package org.jbox2d.particle;
7 * A particle group definition holds all the data needed to construct a particle group. You can
12 /** The particle-behavior flags. */
45 /** Shape containing the particle group. */
48 /** If true, destroy the group automatically after its last particle has been destroyed. */
StackQueue.java 1 package org.jbox2d.particle;
ParticleColor.java 1 package org.jbox2d.particle;
6 * Small color object for each particle
ParticleGroup.java 1 package org.jbox2d.particle;
VoronoiDiagram.java 1 package org.jbox2d.particle;
ParticleSystem.java 1 package org.jbox2d.particle;
24 import org.jbox2d.particle.VoronoiDiagram.VoronoiDiagramCallback;
30 /** All particle types that require creating pairs */
32 /** All particle types that require creating triads */
34 /** All particle types that require computing depth */
762 // calculates the sum of contact-weights for each particle
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
ParticleDestructionListener.java 4 import org.jbox2d.particle.ParticleGroup;
8 * Called when any particle group is about to be destroyed.
13 * Called when a particle is about to be destroyed. The index can be used in conjunction with
14 * {@link World#getParticleUserDataBuffer} to determine which particle has been destroyed.
DebugDraw.java 33 import org.jbox2d.particle.ParticleColor;
176 * Draw a particle array
183 * Draw a particle array
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java 59 private Particle[] particles;
145 particles = new Particle[maxParticleCount];
224 Particle[] particles = this.particles;
242 Particle[] particles = this.particles;
273 Particle[] particles = this.particles;
278 Particle particle = particles[i]; local
279 if (updateParticle(particle, delta, deltaMillis))
280 particle.draw(batch);
377 protected Particle newParticle (Sprite sprite) {
382 Particle particle = particles[index]; local
608 Particle particle = particles[i]; local
820 Particle particle = particles[i]; local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/arrays/
GeneratorArray.java 5 import org.jbox2d.particle.VoronoiDiagram;
  /external/libxml2/
xmlschemas.c 656 * A particle component.
664 xmlSchemaTreeItemPtr next; /* next particle */
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
6908 xmlSchemaParticlePtr particle; local
8473 xmlSchemaParticlePtr particle = NULL; local
11231 xmlSchemaParticlePtr particle = NULL; local
18341 xmlSchemaParticlePtr particle = local
19014 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
20035 xmlSchemaParticlePtr particle = WXS_MODELGROUP_PARTICLE(mg); local
    [all...]
xmlschemastypes.c 375 xmlSchemaTypeErrMemory(NULL, "allocating particle component");
411 xmlSchemaParticlePtr particle; local
414 /* First particle. */
415 particle = xmlSchemaAddParticle();
416 if (particle == NULL)
418 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle;
428 particle->children = (xmlSchemaTreeItemPtr) sequence;
429 /* Second particle. */
430 particle = xmlSchemaAddParticle();
431 if (particle == NULL
630 xmlSchemaParticlePtr particle; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java 67 import org.jbox2d.particle.ParticleBodyContact;
68 import org.jbox2d.particle.ParticleColor;
69 import org.jbox2d.particle.ParticleContact;
70 import org.jbox2d.particle.ParticleDef;
71 import org.jbox2d.particle.ParticleGroup;
72 import org.jbox2d.particle.ParticleGroupDef;
73 import org.jbox2d.particle.ParticleSystem;
632 m_particleSystem.solve(step); // Particle Simulation
839 * @param particleCallback the particle callback class.
858 * @param particleCallback the particle callback class
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 3962 milliseconds