package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Packages

Package color implements a basic color library.

# Functions

Pt is shorthand for Point{X, Y}.
Rect is shorthand for Rectangle{Pt(x0, y0), Pt(x1, y1)}.

# Variables

ZP is the zero Point.
ZR is the zero Rectangle.

# Structs

A Point is an X, Y coordinate pair.
A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.