JansenFelipe\OMR\Point::__construct PHP Method

__construct() public method

Constructor
public __construct ( float $x, float $y )
$x float
$y float
    public function __construct($x, $y)
    {
        $this->x = $x;
        $this->y = $y;
    }