s373.boids
Class AttractionPoint3d

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

public class AttractionPoint3d
extends Object


Field Summary
 float force
           
 float sensorDist
           
 float x
           
 float y
           
 float z
           
 
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

z

public float z

force

public float force

sensorDist

public float sensorDist


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