Python_2  1.0
Namespaces | Functions | Variables
_15_julia.py File Reference

Namespaces

 _15_julia
 Interactively draws a Julia set.
 

Functions

def _15_julia.julia (c, kcolor)
 
def _15_julia.init ()
 
def _15_julia.display ()
 
def _15_julia.reshape (w, h)
 
def _15_julia.keyboard (key, x, y)
 
def _15_julia.main (argv=None)
 

Variables

float _15_julia.LEFT = -1.5
 
float _15_julia.RIGHT = 1.5
 
float _15_julia.TOP = 1.5
 
float _15_julia.BOTTOM = -1.5
 
int _15_julia.WIDTH_MATRIX = 512
 
int _15_julia.HEIGHT_MATRIX = 512
 
int _15_julia.width = WIDTH_MATRIX
 
int _15_julia.height = HEIGHT_MATRIX
 
int _15_julia.MaxIters = 200
 
list _15_julia.c
 
 _15_julia.mind = len(c)
 
int _15_julia.ind = 0
 
bool _15_julia.__LIST__ = True
 
 _15_julia.xrange = range