Home | Trees | Index | Help |
---|
Package pygsear :: Module Path :: Class VelocityPath |
|
Path
--+
|
VelocityPath
AccelerationPath
,
VelocityPathBounded
,
VelocityPathTime
Method Summary | |
---|---|
__init__(self,
startLocation,
vx,
vy,
duration)
| |
accelerate(self,
ax,
ay)
| |
Return the direction from the previous location to the current location. | |
get_speed(self)
| |
return position | |
set_velocity(self,
vx,
vy)
| |
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 |
---|
get_direction(self)Return the direction from the previous location to the current location.
|
next(self)return position
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sat Dec 9 14:11:20 2006 | http://epydoc.sf.net |