JansenFelipe\OMR\Targets\RectangleTarget::__construct PHP Method

__construct() public method

Contructor
public __construct ( $id, Point $a, Point $b )
$id
$a JansenFelipe\OMR\Point
$b JansenFelipe\OMR\Point
    public function __construct($id, Point $a, Point $b)
    {
        $this->id = $id;
        $this->a = $a;
        $this->b = $b;
    }