/
var
/
www
/
barefootlaw.org
/
will-generator
/
vendor
/
qr code
/
bacon
/
bacon-qr-code
/
src
/
Renderer
/
Path
/
Upload File
HOME
<?php declare(strict_types = 1); namespace BaconQrCode\Renderer\Path; interface OperationInterface { /** * Translates the operation's coordinates. */ public function translate(float $x, float $y) : self; }