orebfuscator impl

This commit is contained in:
minjaesong
2023-10-02 01:35:32 +09:00
parent f78076fb28
commit 42ab13d114
3 changed files with 20 additions and 6 deletions

View File

@@ -445,6 +445,8 @@ class Cvec {
)
}
fun fastLum() = (3*r + 4*g + b)/8f
companion object {
val WHITE = Cvec(1f, 1f, 1f, 1f)