@amonakov@mastodon.gamedev.place
Post #2968773
2026-04-07 06:05 UTC
@fatlimey@mastodon.gamedev.place err, not just on any gridline — no three points can belong to one (possibly oblique) straight line
the "not on one gridline" problem is not so difficult, because if you take a solution and permute rows/columns arbitrarily, it doesn't change occupancy of grid lines and so still satisfies the restriction
Replies (1)
-
@fatlimey@mastodon.gamedev.place 2026-04-07 06:19
@amonakov@mastodon.gamedev.place Oh, any straight line through two points? That's really cool, way better than N-rooks sampling or spherical T-designs. Love me some esoteric point sets.