https://github.com/unixjunkie/genspir
Function to generate almost uniformly points on a sphere
https://github.com/unixjunkie/genspir
discretization ocaml-library sphere sphere-surface uniform
Last synced: about 1 year ago
JSON representation
Function to generate almost uniformly points on a sphere
- Host: GitHub
- URL: https://github.com/unixjunkie/genspir
- Owner: UnixJunkie
- Created: 2013-05-08T02:23:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T08:57:05.000Z (about 3 years ago)
- Last Synced: 2025-03-27T19:39:36.417Z (about 1 year ago)
- Topics: discretization, ocaml-library, sphere, sphere-surface, uniform
- Language: OCaml
- Homepage:
- Size: 47.9 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
genspir
=======
OCaml implementation of the generalized spiral:
a function to generate almost uniformly points on a sphere.
bibliography
============
"Distributing many points on a sphere"
Saff, E.B. & Kuijlaars, A.B.J. (1997).
The Mathematical Intelligencer, 19, 5-11,
https://doi.org/10.1007/BF03024331
TODO
====
Nothing here