package
0.0.0-20220123184124-9d211ebc458e
Repository: https://github.com/csweichel/go-pen.git
Documentation: pkg.go.dev

# Functions

AsDebug decorates drawables for debugging.
AsDrawable convers lines to drawables.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Run executes a drawing - use this as entry point for all "sketches".

# Variables

No description provided by the author

# Structs

Arc draws an arc.
BezierCurve is a drawable bezier curve.
Canvas describes the canvas on which we'll draw.
Debug helps debugging other drawables.
No description provided by the author
No description provided by the author
No description provided by the author
Line is a drawable line.
XY represents XY coordinates.

# Interfaces

Drawable marks all drawable elements.
No description provided by the author

# Type aliases

DrawFunc produces a new drawing.
No description provided by the author
No description provided by the author
PlotFunc plots a drawing to some output device.