PathEngine home | previous: | next: |
A helper method for drawing the expanded and combined boundaries.
void render(int32_t originX, int32_t originY, iRender3DLinesCallBack& callBack) const; |
originX | X coordinate for the rendering origin. | ||
originY | Y coordinate for the rendering origin. | ||
callBack |
An instance of
|
The obstacle boundaries are 2D, and the terrainLayer and z parameters for the rendering callback will all be set to zero.
void render(int originX, int originY, Render3DLinesCallBack callBack); |
void render(int originX, int originY, Render3DLinesCallBack callBack); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |