Concatenate HyperSurface objects

# S3 method for 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)