better comment

This commit is contained in:
Darren Ranalli 2003-01-10 22:41:46 +00:00
parent e26fb72d40
commit ff208ad0b8

View File

@ -519,7 +519,8 @@ def lerp(v0, v1, t):
def lineupPos(i, num, spacing): def lineupPos(i, num, spacing):
""" """
use to line up a series of 'num' objects, centered around zero use to line up a series of 'num' objects, in one dimension,
centered around zero
'i' is the index of the object in the lineup 'i' is the index of the object in the lineup
'spacing' is the amount of space between objects in the lineup 'spacing' is the amount of space between objects in the lineup
""" """