From ff208ad0b8a02cd6e2c6ed8f6027c159c575bf71 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Fri, 10 Jan 2003 22:41:46 +0000 Subject: [PATCH] better comment --- direct/src/showbase/PythonUtil.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 65fc62918b..6487d3895b 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/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 """