PathEngine home previous: iFaceVertexMesh::vertexIndex()next: iFaceVertexMesh::vertexY()
Contents, API Reference, Interfaces, iFaceVertexMesh, vertexX

iFaceVertexMesh::vertexX()

Description

Used to obtain vertex coordinates.

Syntax

int32_t vertexX(int32_t vertexIndex) const;

Parameters

vertexIndex The (zero-based) index of the vertex being queried. Must be greater than or equal to zero, and less than the value returned by vertices().

Return Value

The X coordinate for the specified vertex.

Remarks

Use vertexIndex() to obtain unique vertex indices for vertices in a face.

C# Mapping

int vertexX(int vertexIndex);

Java Mapping

int vertexX(int vertexIndex);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iFaceVertexMesh::vertexY()