Location

fun Location(x: Int, y: Int, z: Int): Location(source)

Creates a new immutable location with the given x, y and z coordinates.

Return

a new immutable location with the given x, y and z coordinates

Since

1.0.0

Parameters

x

the x coordinate of the location

y

the y coordinate of the location

z

the z coordinate of the location

See also