6 ms·
Cool demo. A minor nitpick is that the code (and the article) forgets to handle the special case of a point inside the cube that happens to be exactly (0,0,0).
by guccihat 1y ago
Cool demo. A minor nitpick is that the code (and the article) forgets to handle the special case of a point inside the cube that happens to be exactly (0,0,0). This will result in a divide by zero when the vector is normalized.
- pavel_lishin 1y agoThat nitpick is both minor, and absolutely correct!
- NoahZuniga 1y agoThe chance of this happening is less than 1 in 2^128. This will never happen.
- pavel_lishin 1y agoUnless you're demoing it to someone very important, in which case it'll happen twice in a row.
- rkomorn 1y agoEspecially if you have already had the conversation with anyone and confidently stated that, yes, the possibility exists but it's so remote that it's just not worth addressing.
- cluckindan 1y agoWith long enough timescales, every event with a non-zero probability will eventually happen.