\BaconQrCode\Renderer\PathMove

Summary

Methods
Properties
Constants
__construct()
getX()
getY()
translate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$x
$y
N/A

Properties

$x

$x : float

Type

float

$y

$y : float

Type

float

Methods

__construct()

__construct(float  $x, float  $y) : mixed

Parameters

float $x
float $y

Returns

mixed —

getX()

getX() : float

Returns

float —

getY()

getY() : float

Returns

float —

translate()

translate(float  $x, float  $y) : self

Translates the operation's coordinates.

Parameters

float $x
float $y

Returns

self —