From cf1f2224b3625b01a6aa7db221403849b308b3bc Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Mon, 29 Nov 2010 00:00:26 -0500 Subject: Making recursive behaviors work. Some bugs existed before. Adding running behavior which makes a signal bounce back and forth. --- docs/designDocs.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/designDocs.tex b/docs/designDocs.tex index 327c280..0690d3f 100644 --- a/docs/designDocs.tex +++ b/docs/designDocs.tex @@ -179,4 +179,7 @@ argument. This will be passed in via recursive inputs.} \subsection{Color} For color, use a tuple of (R,G,B) 0-255 for each. Colors can be easily manipulated with members of the Util class. + \subsection{Locations} + Locations are stored (x,y), in whatever unit you light system is + in. (Whatever unit you use when you define spacing). \end{document} -- cgit v1.2.3