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.