IntVector2

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

Two-dimensional integer vector.

Since

1.0.0

Constructors

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

Types

Link copied to clipboard

Serializer of IntVector2 separated by commas.

Properties

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