cube.solid.grid: Equidistant Solid Cube

Description Usage Arguments Value Author(s) References Examples

Description

A function to generate a solid cube with equidistant points

Usage

1
cube.solid.grid(p = 3, n = 8)

Arguments

p

dimension of object

n

length of number of points in each dimension

Value

points

location of points

edges

edges of the object

Author(s)

Barret Schloerke

References

http://schloerke.github.io/geozoo/cube/

Examples

1
2
## Generates a solid cube with equidistant points
cube.solid.grid(p = 3, n = 8)

schloerke/geozoo documentation built on May 29, 2019, 3:40 p.m.