Point3D.zero()

Creates a new Point3D at the coordinate origin.

Source

Point3D.zero(): x = 0.0, y = 0.0, z = 0.0;