copy

fun copy(x: Dp = this.x, y: Dp = this.y, z: Dp = this.z): DpOffset3D

Return

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

Parameters

x

The x value.

y

The y value.

z

The z value.