Documentation ¶ Index ¶ func Arrow(img draw.Image, x1, y1, x2, y2 int, col color.Color, dashArray [2]int) func DrawCircle(dst draw.Image, r int, p image.Point, stroke, fill color.Color) func Line(img draw.Image, x1, y1, x2, y2 int, col color.Color, dashArray [2]int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Arrow ¶ func Arrow(img draw.Image, x1, y1, x2, y2 int, col color.Color, dashArray [2]int) func DrawCircle ¶ func DrawCircle(dst draw.Image, r int, p image.Point, stroke, fill color.Color) func Line ¶ func Line(img draw.Image, x1, y1, x2, y2 int, col color.Color, dashArray [2]int) The Line algorithm is taken from github.com/StephaneBunel/bresenham Types ¶ This section is empty. Source Files ¶ View all Source files circle.go line.go Click to show internal directories. Click to hide internal directories.