From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- html/SmootLight.util.Geo-module.html | 298 +++++++++++++++++++++++++++++++++++ 1 file changed, 298 insertions(+) create mode 100644 html/SmootLight.util.Geo-module.html (limited to 'html/SmootLight.util.Geo-module.html') diff --git a/html/SmootLight.util.Geo-module.html b/html/SmootLight.util.Geo-module.html new file mode 100644 index 0000000..f4dcd71 --- /dev/null +++ b/html/SmootLight.util.Geo-module.html @@ -0,0 +1,298 @@ + + + + + SmootLight.util.Geo + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package util :: + Module Geo + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module Geo

source code

+ + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + Location +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
pointWithinBoundingBox(point, + bb)
+ Returns whether or not a point (x,y) is within a bounding box (xmin, + ymin, xmax, ymax)
+ source code + +
+ +
+   + + + + + + +
addLocations(l1, + l2) + source code + +
+ +
+   + + + + + + +
gaussian(x, + height, + center, + width) + source code + +
+ +
+   + + + + + + +
dist(l1, + l2) + source code + +
+ +
+   + + + + + + +
randomLoc(boundingBox) + source code + +
+ +
+   + + + + + + +
approxexp(x)
+ Approximates exp with a 3 term Taylor Series.
+ source code + +
+ +
+   + + + + + + +
windtrail(x, + y, + height, + center, + width) + source code + +
+ +
+ + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + __package__ = 'SmootLight.util' +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3