public PSortableObject(PShape s, PSortableAABB a, float v,
				bool b) {
			this.parent = s;
			this.aabb = a;
			this.value_ren = v;
			this.begin = b;
		}
Beispiel #2
0
 public PSortableObject(PShape s, PSortableAABB a, float v,
                        bool b)
 {
     this.parent    = s;
     this.aabb      = a;
     this.value_ren = v;
     this.begin     = b;
 }