geozoo (version 0.5.1)

enneper.surface: Enneper's Surface

Description

A function to generate Enneper's surface

Usage

enneper.surface(n = 10000, a = 4)

Arguments

n
number of points
a
angle, radians, minimum and maximum. -a < angle < a

Value

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

References

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

Examples

Run this code
## Generates an Enneper Surface
enneper.surface(n = 1000, a = 4)

Run the code above in your browser using DataLab