pick-point-on-sphere
v1.0.0
Published
Pick a random point on a unit sphere in 3D
Downloads
2
Maintainers
Readme
pick-point-on-sphere
Pick a random point on a unit sphere in 3D.
Usage
var points = require('pick-point-on-sphere')(5);
require("pick-point-on-sphere")(numPoints)
Uniformly samples on a unit sphere, returns numPoints
of samples.
Contributing
See stackgl/contributing for details.
License
MIT. See LICENSE.md for details.