Point3Int

data class Point3Int(val x: Int, val y: Int, val z: Int = 0)

Constructors

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

Properties

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