ZERO_TOLERANCE
ZERO_TOLERANCE = 1.0E-5
$xRadius : float
$yRadius : float
$xAxisAngle : float
$largeArc : bool
$sweep : bool
$x : float
$y : float
toCurves(float $fromX, float $fromY) : (\BaconQrCode\Renderer\Path\Curve|\BaconQrCode\Renderer\Path\Line)[]
Converts the elliptic arc to multiple curves.
Since not all image back ends support elliptic arcs, this method allows to convert the arc into multiple curves resembling the same result.
float | $fromX | |
float | $fromY |