R/hxsurf.R
hxsurf-ops.Rd
Concatenate HyperSurface objects
# S3 method for hxsurf c(...)
multiple hxsurf objects
new hxsurf
h1 = as.hxsurf(icosahedron3d(), 'a') h2 = as.hxsurf(tetrahedron3d()+1, 'b') h3 = as.hxsurf(icosahedron3d()+3, 'c') hc = c(h1, h2, h3)