deepCopy method

Sp3dV3D deepCopy()

Deep copy the object.

Implementation

Sp3dV3D deepCopy() {
  return Sp3dV3D(x, y, z);
}