clone method

dynamic clone()

Implementation

clone() {
  return OBB().copy(this);
}