Position

data class Position(val x: Int, val y: Int, val z: Int)

Position

See also

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, z: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int
Link copied to clipboard
val z: Int