copy

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

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

Return

A new RotationAxis3D instance

Parameters

x

x-axis value

y

y-axis value

z

z-axis value