org.miv.pherd
Interface ParticleFactory


public interface ParticleFactory

Generator for particles.

Since:
2007
Author:
Antoine Dutot

Method Summary
 Particle newParticle(Object id, double x, double y, double z)
          Generate a new particle.
 

Method Detail

newParticle

Particle newParticle(Object id,
                     double x,
                     double y,
                     double z)
Generate a new particle.

Parameters:
id - Particle unique identifier.
x - Particle start abscissa.
y - Particle start ordinate.
z - Particle start depth.
Returns:
The new particle.


Copyright © 2011. All Rights Reserved.