Documentation ¶ Index ¶ func Line(img draw.Image, p0, p1 image.Point, c color.Color, weight int) func Point(img draw.Image, p image.Point, c color.Color, size int) func Poly(img draw.Image, p0, p1, p2, p3 image.Point, c color.Color, weight int) func Rect(img draw.Image, p image.Point, w, h int, c color.Color, weight int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Line ¶ func Line(img draw.Image, p0, p1 image.Point, c color.Color, weight int) func Point ¶ func Point(img draw.Image, p image.Point, c color.Color, size int) func Poly ¶ func Poly(img draw.Image, p0, p1, p2, p3 image.Point, c color.Color, weight int) func Rect ¶ func Rect(img draw.Image, p image.Point, w, h int, c color.Color, weight int) Types ¶ This section is empty. Source Files ¶ View all Source files bresenham.go Click to show internal directories. Click to hide internal directories.