translate

fun translate(dx: Double, dy: Double, dz: Double): Point

Translate a point by the given deltas.

Return

A new point shifted by (dx, dy, dz).

Parameters

dx

Delta to add to the x coordinate.

dy

Delta to add to the y coordinate.

dz

Delta to add to the z coordinate.