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'