Beispiel #1
0
def getName(i):
	return MstBodies()[i][0]
Beispiel #2
0
def getMass(i):
	return MstBodies()[i][1]
Beispiel #3
0
def getZVel(i):
	return MstBodies()[i][3][2]
Beispiel #4
0
def getYVel(i):
	return MstBodies()[i][3][1]
Beispiel #5
0
def getXVel(i):
	return MstBodies()[i][3][0]
Beispiel #6
0
def getColor(i):
	return MstBodies()[i][5]
Beispiel #7
0
def getZCord(i):
	return MstBodies()[i][2][2]