compute_facets_normal | R Documentation |
This function returns a matrix of the three component vector of the normal of each facet.
compute_facets_normal(vertici_tr, indici_tri)
vertici_tr |
list of facets vertexes coordinates ("vb property of mesh3d object") |
indici_tri |
list of facets indexes ("it property of mesh3d object") |
matrix of the three component of the normal vector and area of each face
## Not run: indici_tri<-t(mesh3d[['it']]) vertici_tr<-t(mesh3d[["vb"]]) normals<-compute_facets_normal(vertici_tr,indici_tri) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.