roman_surface_3d_row: Generate points on a Roman surface in 3D space.

View source: R/highd_obj.R

roman_surface_3d_rowR Documentation

Generate points on a Roman surface in 3D space.

Description

This function generates points on a Roman surface in 3D space.

Usage

roman_surface_3d_row(a = 1)

Arguments

a

Maximum radius of the object.

Value

A matrix containing the generated points on the Roman surface in 3D space.

Examples

set.seed(20240412)
roman_surface_3d_row(a = 1)


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