| PathEngine home | previous: | next: |
Draws the boundaries of an axis aligned square region, as specified for some queries.
void drawSquareBounds(const cPosition& start, tSigned32 distance);
|
| start | The centre of the region. This must be a valid position on the current mesh. | ||
| distance |
The size of the region.
Must be greater than zero. |
The region will be drawn with lines on the surface of the mesh, in the testbed's current colour.
It can be expensive to call this method for large meshes or meshes with complicated ground geometry.
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |