Package coordinates

Types

Coordinate
Link copied to clipboard
interface Coordinate
Marker interface to represent coordinates on a board
Coordinate2D
Link copied to clipboard
data class Coordinate2D(x: Int, y: Int) : Coordinate
Coordinate on a 2D board representing the x,y offset from the bottom left of the board
Coordinate3D
Link copied to clipboard
data class Coordinate3D(x: Int, y: Int, z: Int) : Coordinate
Coordinate on a 3D board representing the x,y,z offset from the bottom left corner of the board