clone method

Cylindrical clone()

Implementation

Cylindrical clone() {
  return Cylindrical(null, null, null).copy(this);
}