Vec2I

data class Vec2I(var x: Int, var y: Int)

Constructors

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

Properties

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