conic_spiral_3d_row | R Documentation |
This function generates points on a conic spiral in 3D space.
conic_spiral_3d_row(a, b, c, w)
a |
Final radius of the cone. |
b |
Height of the object. |
c |
Inner radius. |
w |
Number of spirals. |
A matrix containing the generated points on the conic spiral.
set.seed(20240412)
conic_spiral_3d_row(1, 2, 0.5, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.