yaarq.sys
Class yrqParticle

java.lang.Object
  |
  +--yaarq.sys.yrqParticle

public class yrqParticle
extends java.lang.Object

This class encapsules particle data for the particle visual class.

TODO: Nothing.


Field Summary
 boolean Active
           
 float CurrentAlpha
           
 double CurrentSize
           
 boolean Deactivate
           
 javax.vecmath.Vector3d Direction
           
 float InitialAlpha
           
 double InitialSize
           
 javax.vecmath.Point3d Position
           
 long Timer
           
 
Constructor Summary
yrqParticle()
          Constructs a new particle using default values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Active

public boolean Active

CurrentAlpha

public float CurrentAlpha

CurrentSize

public double CurrentSize

Deactivate

public boolean Deactivate

Direction

public javax.vecmath.Vector3d Direction

InitialAlpha

public float InitialAlpha

InitialSize

public double InitialSize

Position

public javax.vecmath.Point3d Position

Timer

public long Timer
Constructor Detail

yrqParticle

public yrqParticle()
Constructs a new particle using default values