This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0310154789
ReC98
/
th01
/
math
/
subpixel.inc
6 lines
93 B
PHP
Raw
Normal View
History
Unescape
Escape
[Maintenance] Declare the "no valid point" constant (-999) in a single place Part of P0110, funded by [Anonymous] and Blue Bolt.
2020-08-17 18:13:54 +00:00
PIXEL_NONE
=
-
999
SUBPIXEL_NONE
=
(
PIXEL_NONE
shl
4
)
[Maintenance] Introduce factor and bit count constants for subpixels Providing that tiny bit of additional readability. Part of P0182, funded by Lmocinemod and [Anonymous].
2022-02-12 11:33:23 +00:00
SUBPIXEL_FACTOR
=
16
SUBPIXEL_BITS
=
4