Browse Source

better comment

Darren Ranalli 23 years ago
parent
commit
ff208ad0b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/showbase/PythonUtil.py

+ 2 - 1
direct/src/showbase/PythonUtil.py

@@ -519,7 +519,8 @@ def lerp(v0, v1, t):
 
 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
     'spacing' is the amount of space between objects in the lineup
     """