//
pkg.gl
Category
golang.org/x/image
math
fixed
package
0.23.0
Repository:
https://go.googlesource.com/image
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1.2k
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.