Coordinates

data class Coordinates(x: Int, y: Int)

15 / 12 / 2021

Represents any combination of X,Y

Constructors

Coordinates
Link copied to clipboard
fun Coordinates(x: Int, y: Int)

Properties

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