Vec3I

data class Vec3I(    var x: Int,     var y: Int,     var z: Int)

Constructors

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

Properties

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