pixi-jsFunctions
Function: buildArcTo()
> buildArcTo(points, x1, y1, x2, y2, radius): void
Defined in: node_modules/pixi.js/lib/scene/graphics/shared/buildCommands/buildArcTo.d.ts:13
Internal
The arcTo() method creates an arc/curve between two tangents on the canvas.
"borrowed" from https://code.google.com/p/fxcanvas/ - thanks google!
Parameters
points
number[]
x1
number
y1
number
x2
number
y2
number
radius
number
Returns
void