//
pkg.gl
Category
github.com/inkyblackness/deck
src
golang.org
x
image
math
fixed
package
1.3.2
Repository:
https://github.com/inkyblackness/deck.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
0
Files
261 SLOC
#
Functions
I
I returns the integer value i as an Int26_6.
P
P returns the integer values x and y as a Point26_6.
R
R returns the integer values minX, minY, maxX, maxY as a Rectangle26_6.
#
Structs
Point26_6
Point26_6 is a 26.6 fixed-point coordinate pair.
Point52_12
Point52_12 is a 52.12 fixed-point coordinate pair.
Rectangle26_6
Rectangle26_6 is a 26.6 fixed-point coordinate rectangle.
Rectangle52_12
Rectangle52_12 is a 52.12 fixed-point coordinate rectangle.
#
Type aliases
Int26_6
Int26_6 is a signed 26.6 fixed-point number.
Int52_12
Int52_12 is a signed 52.12 fixed-point number.