point

fun point(height: Int, tileHeight: Int? = null): Point

A default point which represents the centered position with the given height.

Return

A point which represents (0.5, 0.5, height)

Parameters

height

The hieght in which to return the point from

fun point(modX: Double, modY: Double, height: Int, tileHeight: Int? = null): Point