PathEngine home previous: iPath::getMesh()next: iPath::position()
Contents, API Reference, Interfaces, iPath, getPositionArray

iPath::getPositionArray()

Description

Returns a pointer to a buffer containing all of the positions in the path.

Syntax

const cPosition* getPositionArray() const;

Return Value

A buffer containing all of the positions in the path, in order.
This buffer will remain valid until the path is modified or deleted, and must not be deleted by the client application.
Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: iPath::position()