tileHeight

fun tileHeight(relativeX: Int, relativeZ: Int): Int

Returns the tile height of the relative 2-dimensional tile. The 3-dimensional axis is flipped to represent the X axis being horizontal, Y axis being Vertical, and Z axis to be depth.

Return

The tile height

Parameters

relativeX

The x-axis value relative to the origin

relativeZ

The z-axis value relative to the origin