calculate_joints_area {JFM} | R Documentation |
calculate_joints_area
Description
This function calculates the area of each cluster of facets belonging to the same plane
Usage
calculate_joints_area(normal_from_wild)
Arguments
normal_from_wild |
matrix of data resulting from wildfire search |
Value
a list of the area of each plane
Examples
## Not run:
normali_recalc<-Rcpp_wildfire_search(7,normals[,1:3],neighbours)
calculate_joints(mesh3d,normali_recalc)
## End(Not run)
[Package JFM version 1.0 Index]