GPUOrigin2D

data class GPUOrigin2D(var x: Int? = undefined, var y: Int? = undefined)(source)

Constructors

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

Properties

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