/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/ |
D | NewtonianParticleInfluencer.java | 34 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument 35 emitterShape.getRandomPointAndNormal(particle.position, particle.velocity); in influenceParticle() 38 particle.velocity.multLocal(normalVelocity); in influenceParticle() 41 …temp.set(particle.velocity.z * surfaceTangentFactor, particle.velocity.y * surfaceTangentFactor, -… in influenceParticle() 44 m.fromAngleNormalAxis(FastMath.PI * surfaceTangentRotation, particle.velocity); in influenceParticle() 48 particle.velocity.multLocal(normalVelocity); in influenceParticle() 50 particle.velocity.addLocal(temp); in influenceParticle() 53 this.applyVelocityVariation(particle); in influenceParticle() 109 protected void applyVelocityVariation(Particle particle) { in applyVelocityVariation() argument 111 particle.velocity.addLocal(temp); in applyVelocityVariation()
|
D | DefaultParticleInfluencer.java | 29 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument 30 emitterShape.getRandomPoint(particle.position); in influenceParticle() 31 this.applyVelocityVariation(particle); in influenceParticle() 39 protected void applyVelocityVariation(Particle particle) { in applyVelocityVariation() argument 40 particle.velocity.set(startVelocity); in applyVelocityVariation() 45 particle.velocity.interpolate(temp, velocityVariation); in applyVelocityVariation()
|
D | ParticleInfluencer.java | 22 void influenceParticle(Particle particle, EmitterShape emitterShape); in influenceParticle() argument
|
D | EmptyParticleInfluencer.java | 26 public void influenceParticle(Particle particle, EmitterShape emitterShape) { in influenceParticle() argument
|
/external/libxml2/ |
D | xmlschemas.c | 4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump() argument 4272 if (particle == NULL) in xmlSchemaContentModelDump() 4278 if (particle->children == NULL) { in xmlSchemaContentModelDump() 4282 term = particle->children; in xmlSchemaContentModelDump() 4310 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4311 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 4312 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump() 4314 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump() 4315 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump() 4325 if (particle->next != NULL) in xmlSchemaContentModelDump() [all …]
|
D | xmlschemastypes.c | 407 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes() local 411 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes() 412 if (particle == NULL) in xmlSchemaInitTypes() 414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes() 424 particle->children = (xmlSchemaTreeItemPtr) sequence; in xmlSchemaInitTypes() 426 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes() 427 if (particle == NULL) in xmlSchemaInitTypes() 429 particle->minOccurs = 0; in xmlSchemaInitTypes() 430 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes() 431 sequence->children = (xmlSchemaTreeItemPtr) particle; in xmlSchemaInitTypes() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 4265 xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth) in xmlSchemaContentModelDump() argument 4272 if (particle == NULL) in xmlSchemaContentModelDump() 4278 if (particle->children == NULL) { in xmlSchemaContentModelDump() 4282 term = particle->children; in xmlSchemaContentModelDump() 4310 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4311 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 4312 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump() 4314 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump() 4315 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump() 4325 if (particle->next != NULL) in xmlSchemaContentModelDump() [all …]
|
D | xmlschemastypes.c | 407 xmlSchemaParticlePtr particle; in xmlSchemaInitTypes() local 411 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes() 412 if (particle == NULL) in xmlSchemaInitTypes() 414 xmlSchemaTypeAnyTypeDef->subtypes = (xmlSchemaTypePtr) particle; in xmlSchemaInitTypes() 424 particle->children = (xmlSchemaTreeItemPtr) sequence; in xmlSchemaInitTypes() 426 particle = xmlSchemaAddParticle(); in xmlSchemaInitTypes() 427 if (particle == NULL) in xmlSchemaInitTypes() 429 particle->minOccurs = 0; in xmlSchemaInitTypes() 430 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes() 431 sequence->children = (xmlSchemaTreeItemPtr) particle; in xmlSchemaInitTypes() [all …]
|
D | ChangeLog | 4455 Added facet derivation constraints. Introduced "particle" 13596 * xmlregexp.c: first implementation of the all particle, this
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 66 For rendering points as textured quads. Useful for particle effects.
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-4.1 | 66 For rendering points as textured quads. Useful for particle effects.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
D | 3D-graphics.rst | 396 commands. For example, issue a flush before you begin any multithreaded particle
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 14626 particle particl
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 21610 particle p)rd6kL
|
/external/jmonkeyengine/ |
D | NOTICE | 13254 * This influencer does not influence particle at all. 13262 * This influencer is default for the particle emitter.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 31811 http://www.chiefofficer.com/particle.php?t=47
|