| Home | Trees | Index | Help |
|---|
| Package pygsear :: Module Path :: Class RandomAccelerationPathBounded |
|
Path --+
|
VelocityPath --+
|
VelocityPathTime --+
|
RandomAccelerationPath --+
|
Path --+ |
| |
VelocityPath --+ |
| |
VelocityPathBounded --+
|
RandomAccelerationPathBounded
| Method Summary | |
|---|---|
__init__(self,
startLocation,
startDirection,
startSpeed,
duration,
maxSpeed,
minSpeed,
maxAccel,
xMin,
xMax,
yMin,
yMax,
endPathAtBoundary)
| |
return position | |
| Inherited from VelocityPathBounded | |
| |
| Inherited from VelocityPath | |
| |
Return the direction from the previous location to the current location. | |
| |
| |
| Inherited from Path | |
| |
Return position along Path | |
return x component of position | |
return y component of position | |
true if path position is on main window | |
stop moving along path | |
put path back to original state | |
Path will raise StopIteration after self.duration seconds | |
Set position and update positionOld | |
resume moving along path | |
| Method Details |
|---|
next(self)return position
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Fri Nov 11 14:26:37 2005 | http://epydoc.sf.net |