s373.flob
Class TBlob

java.lang.Object
  extended by s373.flob.baseBlob
      extended by s373.flob.ABlob
          extended by s373.flob.TBlob

public class TBlob
extends ABlob

trackedBlob is now TBlob.TBlob extends ABlob. Has more internal variables like vel, id, birthtime,... Provides better id tracking & vel calculations.


Field Summary
 long birthtime
           
 long lifetime
           
 boolean linked
           
 float maxdist2
           
 boolean newblob
           
 float pcx
           
 float pcy
           
 int presencetime
           
 float prevelx
           
 float prevely
           
 float rad
           
 float rad2
           
 float velx
           
 float vely
           
 
Fields inherited from class s373.flob.ABlob
armleftx, armlefty, armrightx, armrighty, bottomx, bottomy, boxdimx, boxdimy, bx, by, cx, cy, dimx, dimy, footleftx, footlefty, footrightx, footrighty, headx, heady, ivelx, ively, pboxcenterx, pboxcentery
 
Fields inherited from class s373.flob.baseBlob
boxcenterx, boxcentery, boxmaxx, boxmaxy, boxminx, boxminy, id, pixelcount
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newblob

public boolean newblob

birthtime

public long birthtime

lifetime

public long lifetime

presencetime

public int presencetime

linked

public boolean linked

pcx

public float pcx

pcy

public float pcy

velx

public float velx

vely

public float vely

prevelx

public float prevelx

prevely

public float prevely

maxdist2

public float maxdist2

rad

public float rad

rad2

public float rad2


Processing library flob by AndrŽ Sier. (C) 2008-2013