PathEngine home | previous: | next: |
Returns a position in the path at a specified index.
cPosition position(int32_t pointIndex) const; |
pointIndex | The index for the position to retrieve. This must be positive and less than the number of positions in the path. |
PathEngine.Position position(int pointIndex); |
Position position(int pointIndex); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |