Description Usage Arguments Value Author(s) References Examples
A function to generate a solid cube with random points
1 | cube.solid.random(p = 3, n = 850 * (2^p))
|
p |
dimension of object |
n |
number of points |
points |
location of points |
edges |
edges of the object |
Barret Schloerke
http://schloerke.github.io/geozoo/cube/
1 2 | ## Generates a solid cube with random points
cube.solid.random(p = 3, n = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.