Public Member Functions | |
ObjTrajectory (Box bounds, CartesianPosition initPos, CartesianPosition initVel, float integStep=0.01, float timeStep=0.1) | |
void | update () |
CartesianPosition | getPosition () |
Protected Attributes | |
Box | itsBounds |
CartesianPosition | itsCurPos |
CartesianPosition | itsCurVel |
float | itsIntegStep |
Integration window. | |
float | itsTimeStep |
Change in time per call (for constant velocity, iterStep==timeStep is ok, but with acceleration, should be integStep << timeStep). |
Definition at line 315 of file psycho-objectworld.C.
float ObjTrajectory::itsIntegStep [protected] |
Integration window.
Definition at line 322 of file psycho-objectworld.C.
float ObjTrajectory::itsTimeStep [protected] |
Change in time per call (for constant velocity, iterStep==timeStep is ok, but with acceleration, should be integStep << timeStep).
Definition at line 324 of file psycho-objectworld.C.