s373.boids
Class AttractionPoint2d

java.lang.Object
  extended by s373.boids.AttractionPoint2d

public class AttractionPoint2d
extends Object


Field Summary
 float force
           
 float sensorDist
           
 float x
           
 float y
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

force

public float force

sensorDist

public float sensorDist


Processing library boids by Andre Sier. (C) 2010-12