Vector4I

data class Vector4I(val x: Int, val y: Int, val z: Int, val w: Int)

Constructors

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

Properties

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