Example #1
0
 public mcPoint(float x, float y, float z, int px, int py, int pz, MetaSpheres thismcblob)
 {
     this.index  = new float[3];
     index[0]    = x; index[1] = y; index[2] = z;
     this.px     = px;
     this.py     = py;
     this.pz     = pz;
     this.cntr   = 0;
     this.mcblob = thismcblob;
 }
Example #2
0
 public mcPoint( float x,float y,float z,int px,int py,int pz,MetaSpheres thismcblob )
 {
     this.index=new float[3];
     index[0]=x;index[1]=y;index[2]=z;
     this.px=px;
     this.py=py;
     this.pz=pz;
     this.cntr=0;
     this.mcblob=thismcblob;
 }