Distributing points on the sphere by electrostatic repulsion, ported from Bulatov’s C++ code.
[September 19, 2008]
2 Comments »
RSS feed for comments on this post. TrackBack URI
Distributing points on the sphere by electrostatic repulsion, ported from Bulatov’s C++ code.
RSS feed for comments on this post. TrackBack URI
Contents copyright © Alan Shaw 2005-2008
25 queries. 0.212 seconds. Powered by WordPress version 2.5.1
WOW ! I’ve been trying to do that for while now.
congratulations(for your work) and thanks for the link :)
Comment by nicoptere — September 19, 2008 @ 7:15 am
[...] It happened quite often at work that I’ve been asked to ditribute a given number of objects on a sphere. When I had to do so, I usually performed a good ol’hack like counting the vertices of a sphere, then creating some temporary triangles every N face, reorient them to finally collect their centers to pin an object there… tiring. so I was extremely glad yesterday morning when I found this : nodename [...]
Pingback by Distributing N-points on a sphere | HIDIHO! — September 20, 2008 @ 2:47 pm