Ejemplo n.º 1
0
 /**
  * Create a point
  *
  * @param integer $x The x coordinate
  * @param integer $y The y coordinate
  */
 public function __construct($x = 0, $y = 0)
 {
     parent::__construct($x, $y);
 }