Point3D

constructor(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.