clone method

Triangle clone()

Implementation

Triangle clone() {
  return Triangle.init()..copy(this);
}