| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package general :: Module boids :: Class Board |
|
| Method Summary | |
|---|---|
A board for boids to explore... | |
addBoid(self,
boid)
| |
adjustDirections(self,
weights)
| |
angleTo(self,
b1,
b2)
| |
avoid(self,
num,
radius)
| |
center(self,
num,
radius)
| |
close the window... | |
copy(self,
num,
radius)
| |
dist(self,
x1,
y1,
x2,
y2)
| |
Initialize the board. | |
drawBoid(self,
boid)
| |
Make the boids move... | |
view(self,
num,
radius)
| |
| Method Details |
|---|
__init__(self,
width,
height,
title='Boids')
|
close(self)close the window |
draw(self)Initialize the board. You must do this if you ever want to see the path |
move(self)Make the boids move |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |