j3d.examples.particles.generationshapes
Class RadialGenerationShape
java.lang.Object
   j3d.examples.particles.generationshapes.GenerationShape
j3d.examples.particles.generationshapes.GenerationShape
       j3d.examples.particles.generationshapes.RadialGenerationShape
j3d.examples.particles.generationshapes.RadialGenerationShape
- All Implemented Interfaces: 
- GenerationShapeInterface
- public class RadialGenerationShape 
- extends GenerationShape- implements GenerationShapeInterface
Emits particles from within a circle or disk.  Particles are emitted
 from a region defined by the local origin, the radius and radius 
 variance.  A small radius variance emits from a ring.  A radius
 variance equal to the radius emits from a circle.  The particles are 
 emitted along the plane of the circle or disk.
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
RadialGenerationShape
public RadialGenerationShape(float aRadius,
                             float aRadiusVariance)
initializeParticlePosition
public void initializeParticlePosition(Particle aParticle)
- 
- Specified by:
- initializeParticlePositionin interface- GenerationShapeInterface
 
- 
 
initializeParticleVelocity
public void initializeParticleVelocity(Particle aParticle)
- 
- Specified by:
- initializeParticleVelocityin interface- GenerationShapeInterface
 
-