Beispiel #1
0
			public zEnumerator(Type_Vector3 par) 
			{
				parent = par;
				nIndex = -1;
			}
 public zEnumerator(Type_Vector3 par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public zEnumerator(Type_Vector3 par)
 {
     this.parent = par;
     this.nIndex = -1;
 }