#include <engine.h>
Public Methods | |
csSectorIt (csSector *sector, const csVector3 &pos, float radius) | |
Construct an iterator and initialize to start. | |
~csSectorIt () | |
Destructor. | |
void | Restart () |
Restart iterator. | |
csSector* | Fetch () |
Get sector from iterator. Return NULL at end. | |
const csVector3& | GetLastPosition () |
Get last position that was used from Fetch. More... |
This iterator assumes there are no fundamental changes in the engine while it is being used. If changes to the engine happen the results are unpredictable.
|
Get last position that was used from Fetch. This can be different from 'pos' because of space warping. |