logo


vectorsources
Class CellModel.Cell

java.lang.Object
  extended by vectorsources.CellModel.Cell
Enclosing class:
CellModel

public class CellModel.Cell
extends java.lang.Object


Field Summary
protected  float[] dx
protected  float[] dy
protected  float[] rx
protected  float[] ry
 
Constructor Summary
CellModel.Cell(float nx, float ny, float h, float s)
 
Method Summary
 void advance_location()
 void bound()
 void grow()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rx

protected float[] rx

ry

protected float[] ry

dx

protected float[] dx

dy

protected float[] dy
Constructor Detail

CellModel.Cell

public CellModel.Cell(float nx,
                      float ny,
                      float h,
                      float s)
Parameters:
nx -
ny -
h -
s -
Method Detail

bound

public void bound()

grow

public void grow()

advance_location

public void advance_location()