PointInt

data class PointInt(val x: Int, val y: Int)

Point in two-dimensional euclidean space.

Constructors

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

Properties

Link copied to clipboard
val x: Int

Horizontal.

Link copied to clipboard
val y: Int

Vertical.