Learn R Programming

JFM (version 1.0.1)

calculate_joints_area: 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)

Value

a list of the area of each plane

Arguments

normal_from_wild

matrix of data resulting from wildfire search

Examples

Run this code

if (FALSE) {

normali_recalc<-Rcpp_wildfire_search(7,normals[,1:3],neighbours)

calculate_joints(mesh3d,normali_recalc)

}


Run the code above in your browser using DataLab