(no title)
rckoepke | 3 years ago
Well, if I have 10,000 samples of a 768-dimension volume, most of those points will probably be inside the volume, and not per se a vertex of the hull.
I’m very comfortable rolling my own solution, so thank you for pointing me to Jarvis’ algorithm!
blamestross|3 years ago
rckoepke|3 years ago
To be more direct, what's the specific relevance of bringing up the number of 2-faces that an n-simplex has?
rckoepke|3 years ago
(n+1)!/((k+1)!*(n-k)!) where n=768 and k=2
Or about 75.5 million triangular faces. Which explains a lot. Thanks for that.