hxsurf-ops: Concatenate HyperSurface objects

c.hxsurfR Documentation

Concatenate HyperSurface objects

Description

Concatenate HyperSurface objects

Usage

## S3 method for class 'hxsurf'
c(...)

Arguments

...

multiple hxsurf objects

Value

new hxsurf

Examples

h1 = as.hxsurf(icosahedron3d(), 'a')
h2 = as.hxsurf(tetrahedron3d()+1, 'b')
h3 = as.hxsurf(icosahedron3d()+3, 'c')
hc = c(h1, h2, h3)

jefferis/nat documentation built on Feb. 22, 2024, 12:45 p.m.