MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 10:08 a.m. No.3479   🗄️.is 🔗kun

On -X, it is not a perfect mirror. Here is a view you guys are familiar with, the end in 3d plotted by E, X, and N.

MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 10:25 a.m. No.3482   🗄️.is 🔗kun   >>3483

The line across E0, X0 is a bug, but can anyone else confirm that no cells exist with N= -1 for +E?

MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 11:20 a.m. No.3487   🗄️.is 🔗kun   >>3488 >>3493

>>3485

a + b = 2(d+n) is correct, but a - b = 2(x+n) is not. In the original grid, A < B is always true, therefor a - b < 0, and 2(x+n) 0.

 

Also been gone a bit, safe to ignore everything other than VQC posts.

MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 11:51 a.m. No.3490   🗄️.is 🔗kun   >>3491

>>3488

Checked, I assumed that after a minute, and it seems like a property of all valid cells, but it also exists for some invalid cells. Not sure how to apply it.

MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 12:14 p.m. No.3496   🗄️.is 🔗kun   >>3497

>>3494

Renders done with two different isValid checks. Both use A != 0.

 

First image if (c - (d * d) e && d - a x){return true;},

second image if (a + b 2 * (d + n) && b - a 2 * (x + n)) {return true;}

MinecraftAnon !!QXqSZ2ev8. ID: a67aa4 Jan. 28, 2018, 12:38 p.m. No.3500   🗄️.is 🔗kun   >>3501 >>3502

>>3499

Checked again. Yes, this is all combinations of E, X, and N using my bruteforce cell creation method.

 

And correct again, I'm saying formula applies in cells that aren't valid but I can also say the formula always applies in cells that are valid. At least where E>=0, but for any X (positive or negative) and any N < 0.