|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Particle | |
|---|---|
| org.miv.pherd | |
| org.miv.pherd.ntree | |
| Uses of Particle in org.miv.pherd |
|---|
| Fields in org.miv.pherd with type parameters of type Particle | |
|---|---|
protected HashMap<Object,Particle> |
ParticleBox.particles
The list of particles. |
| Methods in org.miv.pherd that return Particle | |
|---|---|
Particle |
ParticleBox.getParticle(Object id)
Access to a particle. |
Particle |
ParticleFactory.newParticle(Object id,
double x,
double y,
double z)
Generate a new particle. |
Particle |
ParticleBox.removeParticle(Object id)
Remove the particle identifier by the given identifier. |
| Methods in org.miv.pherd with parameters of type Particle | |
|---|---|
void |
ParticleBox.addParticle(Particle particle)
Add a particle to the list of active particles. |
boolean |
Particle.closeTo(Particle other)
Like closeTo(Particle, double) with a delta of 0.001f. |
boolean |
Particle.closeTo(Particle other,
double delta)
Is the given particle close to this one. |
| Uses of Particle in org.miv.pherd.ntree |
|---|
| Fields in org.miv.pherd.ntree with type parameters of type Particle | |
|---|---|
protected HashMap<Object,Particle> |
Cell.particles
Particle bucket. |
| Methods in org.miv.pherd.ntree that return types with arguments of type Particle | |
|---|---|
Iterator<? extends Particle> |
Cell.getParticles()
Set of stored particles, if this cell is a leaf, else null. |
| Methods in org.miv.pherd.ntree with parameters of type Particle | |
|---|---|
void |
Cell.addParticle(Particle particle)
Add a particle in the n-Tree. |
void |
NTree.addParticle(Particle particle)
Add a particle in the tree. |
boolean |
Cell.contains(Particle particle)
Does this cell contains the position of the given particle ?. |
boolean |
QuadtreeCellSpace.contains(Particle particle)
Does this space contains the given particle?. |
boolean |
CellSpace.contains(Particle particle)
Does this space contains the given particle?. |
protected void |
NTree.delete(Particle particle)
Ask a particle to remove itself from the particle box. |
protected void |
NTree.handleOutParticle(Particle particle)
Decide what to do for a particle that moved out of the root cell space. |
boolean |
Cell.hasParticle(Particle particle)
True if the cell has the particle as a child. |
void |
Cell.particleMoved(Particle particle)
Message from a particle to indicate it moved. |
void |
NTree.removeParticle(Particle particle)
Remove a particle from the tree. |
protected void |
NTree.resize(Particle particle)
Specify that a particle is out of the root cell space. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||