Click or drag to resize

QuantizedMeshTerrainTileGetVValue Method

Gets the vertical coordinate of the vertex in the tile with the given index. When this value is 0, the vertex is on the Southern edge of the tile. When this value is 32767, the vertex is on the Northern edge of the tile. For other values, the vertex's latitude is a linear interpolation between the latitudes of the Southern and Northern edges of the tile.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public short GetVValue(
	uint index
)

Parameters

index
Type: SystemUInt32
The index of the vertex.

Return Value

Type: Int16
The vertical coordinate of the vertex.
See Also