- Full name:
\BaconQrCode\Renderer\Module\EdgeIterator\Edge
- This class is marked as final and can't be subclassed
- This class is a Final class
private bool $positive
private int[][] $points
private int[][]|null $simplifiedPoints
private int $minX
private int $minY
private int $maxX
private int $maxY
public __construct(bool $positive): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$positive |
bool |
public addPoint(int $x, int $y): void
Parameters:
Parameter | Type | Description |
---|---|---|
$x |
int | |
$y |
int |
public isPositive(): bool
public getPoints(): int[][]
public getMaxX(): int
public getSimplifiedPoints(): array