Vector3I

data class Vector3I(val x: Int, val y: Int, val z: Int)

Constructors

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

Properties

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