Point3D

fun Point3D(    x: Double,     y: Double,     z: Double)

Parameters

x

The x-coordinate of the point.

y

The y-coordinate of the point.

z

The z-coordinate of the point.