dini_surface_3d_row: Generate points on a Dini's surface.

View source: R/highd_obj.R

dini_surface_3d_rowR Documentation

Generate points on a Dini's surface.

Description

This function generates points on a Dini's surface.

Usage

dini_surface_3d_row(a = 1, b = 1)

Arguments

a

Outer radius of the surface.

b

Space between loops.

Value

A matrix containing the generated points on the surface.

Examples

set.seed(20240412)
dini_surface_3d_row(a = 1, b = 1)


cardinalR documentation built on May 29, 2024, 4:37 a.m.