-
Notifications
You must be signed in to change notification settings - Fork 6
Function Index
Juju Adams edited this page Jun 23, 2021
·
34 revisions
CleanLine(x1, y1, x2, y2)
CleanPolyline(pointArray)
CleanSpline(controlPointArray, segments)
CleanRectangle(left, top, right, bottom)
CleanRectangleXYWH(x, y, width, height)
CleanCapsule(left, top, right, bottom, include)
CleanCapsuleVertical(left, top, right, bottom, include)
CleanCircle(x, y, radius)
CleanEllipse(x, y, radiusX, radiusY)
CleanSegment(x, y, radius, angleStart, angleEnd)
CleanRing(x, y, innerRadius, outerRadius, angleStart, angleEnd)
CleanTriangle(x1, y1, x2, y2, x3, y3)
CleanConvex(pointArray)
CleanNgon(x, y, sides, radius)
@jujuadams 2020