Point3D(double x, double y, double z)

Creates a new Point3D with the given coordinates.

Source

Point3D(double this.x, double this.y, double this.z);