org.concord.collisions.engine
Class VelDistFraction

java.lang.Object
  |
  +--org.concord.collisions.engine.VelDistFraction

public class VelDistFraction
extends java.lang.Object


Field Summary
 int nPart
           
 int[] part_fract
           
 float[] vel
           
 
Constructor Summary
VelDistFraction(int nPart, int n)
           
 
Method Summary
 void calculate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vel

public float[] vel

part_fract

public int[] part_fract

nPart

public int nPart
Constructor Detail

VelDistFraction

public VelDistFraction(int nPart,
                       int n)
Method Detail

calculate

public void calculate()