CONCATENATEMESHES Concatenate multiple meshes.
[V,F] = concatenateMeshes(V1,F1,V2,F2, ...)
Returns one mesh represented by vertices V and faces F by concatenating
the meshes defined by V1, V2, ... and F1, F2, ...
[V,F] = concatenateMeshes(MESH1, MESH2, ...)
where MESH1, MESH2, ... are structs or struct arrays with the fields
vertices and faces
See also
splitMesh
---------
Authors: oqilipo (parsing), Alec Jacobson (loop)
Created: 2017-09-12
Copyright 2017
Package: matgeom