Home | Trees | Index | Help |
---|
Package pygsear :: Module Path :: Class VelocityPathTime |
|
Path
--+ |VelocityPath
--+ | VelocityPathTime
RandomAccelerationPath
,
VelocityPathTimeBounded
Method Summary | |
---|---|
__init__(self,
startLocation,
vx,
vy,
duration)
| |
__iter__(self)
(inherited from Path )
| |
accelerate(self,
ax,
ay)
(inherited from VelocityPath )
| |
Return the direction from the previous location to the current location. (inherited from VelocityPath )
| |
Return position along Path (inherited from Path )
| |
get_speed(self)
(inherited from VelocityPath )
| |
return x component of position (inherited from Path )
| |
return y component of position (inherited from Path )
| |
return position | |
true if path position is on main window (inherited from Path )
| |
stop moving along path (inherited from Path )
| |
put path back to original state (inherited from Path )
| |
Path will raise StopIteration after self.duration seconds (inherited from Path )
| |
Set position and update positionOld (inherited from Path )
| |
set_velocity(self,
vx,
vy)
(inherited from VelocityPath )
| |
resume moving along path (inherited from Path )
|
Method Details |
---|
next(self)return position
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Jan 25 19:10:10 2004 | http://epydoc.sf.net |