PathEngine home previous: iExpanded2DObstacles::release()next: iExpanded2DObstacles::save()
Contents, API Reference, Interfaces, iExpanded2DObstacles, render

iExpanded2DObstacles::render()

Description

A helper method for drawing the expanded and combined boundaries.

Syntax

void render(int32_t originX, int32_t originY, iRender3DLinesCallBack& callBack) const;

Parameters

originX X coordinate for the rendering origin.
originY Y coordinate for the rendering origin.
callBack An instance of Interface iRender3DLinesCallBack to call back to with coordinates for line vertices.

Remarks

The obstacle boundaries are 2D, and the terrainLayer and z parameters for the rendering callback will all be set to zero.

See Also

iMesh::renderLineOnGround()

C# Mapping

void render(int originX, int originY, Render3DLinesCallBack callBack);

Java Mapping

void render(int originX, int originY, Render3DLinesCallBack callBack);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iExpanded2DObstacles::save()