Пример #1
0
 /**
  * @param Coordinates $other
  * @return Coordinates
  */
 public function subtract($other)
 {
     return $this->add($other->multiply(-1));
 }