copy

fun copy(x: Int = this.x, y: Int = this.y, z: Int = this.z): IntOffset3D

Return

A IntOffset3D with the given x, y and z values.

Parameters

x

The x value.

y

The y value.

z

The z value.