fmesher_mesh3d | R Documentation |
(...)
fmesher_mesh3d(options, loc, tv)
options |
list of triangulation options |
loc |
numeric matrix; initial points to include |
tv |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.