conic_spiral_3d_row: Generate points on a conic spiral in 3D space.

View source: R/highd_obj.R

conic_spiral_3d_rowR Documentation

Generate points on a conic spiral in 3D space.

Description

This function generates points on a conic spiral in 3D space.

Usage

conic_spiral_3d_row(a, b, c, w)

Arguments

a

Final radius of the cone.

b

Height of the object.

c

Inner radius.

w

Number of spirals.

Value

A matrix containing the generated points on the conic spiral.

Examples

set.seed(20240412)
conic_spiral_3d_row(1, 2, 0.5, 3)


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