PathEngine home previous: iPath::hasRefs()next: iPath::refMesh()
Contents, API Reference, Interfaces, iPath, position

iPath::position()

Description

Returns a position in the path at a specified index.

Syntax

cPosition position(int32_t pointIndex) const;

Parameters

pointIndex The index for the position to retrieve. This must be positive and less than the number of positions in the path.

Return Value

A cPosition for specified index.

C# Mapping

PathEngine.Position position(int pointIndex);

Java Mapping

Position position(int pointIndex);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iPath::refMesh()