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

iFaceVertexMesh::vertexY()

Description

Used to obtain vertex coordinates.

Syntax

int32_t vertexY(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 Y coordinate for the specified vertex.

Remarks

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

C# Mapping

int vertexY(int vertexIndex);

Java Mapping

int vertexY(int vertexIndex);

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