Beispiel #1
0
 /**
  * Adds a point.
  *
  * @param  Point  $point
  * @return The copied point.
  */
 protected function addPoint(Point $point)
 {
     return $this->points[] = $point->copy();
 }