deepCopy method

Sp3dV2D deepCopy()

Deep copy this object.

Implementation

Sp3dV2D deepCopy() {
  return Sp3dV2D(x, y);
}