R/RcppExports.R
fmesher_mesh3d.Rd
(...)
fmesher_mesh3d(options, loc, tv)
list of triangulation options
numeric matrix; initial points to include
4-column integer matrix with 0-based vertex indices for each triangle
A list of information objects for a generated tetrahedralisation
m <- fmesher_mesh3d(list(), matrix(c(1,0,0,0,1,0,0,0,1,0,0,0), 4, 3, byrow=TRUE), matrix(c(0,1,2,3), 1, 4, byrow=TRUE))