\BaconQrCode\Renderer\Module\EdgeIteratorEdge

Summary

Methods
Properties
Constants
__construct()
addPoint()
isPositive()
getPoints()
getMaxX()
getSimplifiedPoints()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$positive
$points
$simplifiedPoints
$minX
$minY
$maxX
$maxY
N/A

Properties

$positive

$positive : bool

Type

bool

$points

$points : int[][]

Type

int[][]

$simplifiedPoints

$simplifiedPoints : int[][]|null

Type

int[][]|null

$minX

$minX : int

Type

int

$minY

$minY : int

Type

int

$maxX

$maxX : int

Type

int

$maxY

$maxY : int

Type

int

Methods

__construct()

__construct(bool  $positive) : mixed

Parameters

bool $positive

Returns

mixed —

addPoint()

addPoint(int  $x, int  $y) : void

Parameters

int $x
int $y

isPositive()

isPositive() : bool

Returns

bool —

getPoints()

getPoints() : int[][]

Returns

int[][] —

getMaxX()

getMaxX() : int

Returns

int —

getSimplifiedPoints()

getSimplifiedPoints() : array

Returns

array —