geozoo (version 0.5.1)

dini.surface: Dini Surface

Description

A function to generate a dini surface.

Usage

dini.surface(n = 10000, a = 1, b = 1)

Arguments

n
number of points
a
outer radius of object
b
space between loops

Value

points
location of points
edges
edges of the object (null)

References

http://schloerke.github.io/geozoo/mobius/other/

Examples

Run this code
## Generates a Dini Surface
dini.surface(n = 1000, a = 1, b = 1)

Run the code above in your browser using DataLab