//
pkg.gl
Category
github.com/ziutek/emgo
egroot
src
image
package
0.0.0-20211205205814-168ccc21e67c
Repository:
https://github.com/ziutek/emgo.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
1
Dependents
0
Files
176 SLOC
#
Packages
color
Package color implements a basic color library.
#
Functions
Pt
Pt is shorthand for Point{X, Y}.
Rect
Rect is shorthand for Rectangle{Pt(x0, y0), Pt(x1, y1)}.
#
Variables
ZP
ZP is the zero Point.
ZR
ZR is the zero Rectangle.
#
Structs
Point
A Point is an X, Y coordinate pair.
Rectangle
A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.