IntVector3

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

Three-dimensional integer vector.

Since

1.0.0

Constructors

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

Types

Link copied to clipboard

Serializer of IntVector3 separated by commas.

Properties

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