copy

fun copy(x: Float = this.x, y: Float = this.y, z: Float = this.z): NormalizedPoint3D

Returns a copy of this Point3D instance optionally overriding the x, y or z parameter

Return

A new NormalizedPoint3D instance

Parameters

x

position of horizontal

y

position of vertical

z

position of depth