\BaconQrCode\Renderer\PathCurve

Summary

Methods
Properties
Constants
__construct()
getX1()
getY1()
getX2()
getY2()
getX3()
getY3()
translate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$x1
$y1
$x2
$y2
$x3
$y3
N/A

Properties

$x1

$x1 : float

Type

float

$y1

$y1 : float

Type

float

$x2

$x2 : float

Type

float

$y2

$y2 : float

Type

float

$x3

$x3 : float

Type

float

$y3

$y3 : float

Type

float

Methods

__construct()

__construct(float  $x1, float  $y1, float  $x2, float  $y2, float  $x3, float  $y3) : mixed

Parameters

float $x1
float $y1
float $x2
float $y2
float $x3
float $y3

Returns

mixed —

getX1()

getX1() : float

Returns

float —

getY1()

getY1() : float

Returns

float —

getX2()

getX2() : float

Returns

float —

getY2()

getY2() : float

Returns

float —

getX3()

getX3() : float

Returns

float —

getY3()

getY3() : float

Returns

float —

translate()

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

Translates the operation's coordinates.

Parameters

float $x
float $y

Returns

self —