circumcenter_tet {ashapesampler} | R Documentation |
circumcenter Tetrahedra
Description
This function finds the circumcenters of the tetrahedra/3-simplices of a simplicial complex given the list of vertex coordinates and the set of tetrahedra.
Usage
circumcenter_tet(v_list, t_list)
Arguments
v_list |
matrix of vertex coordinates |
t_list |
matrix of 4 columns with tetrahedra |
Value
circ_mat, matrix of coordinates of circumcenters of teterahedra
[Package ashapesampler version 1.0.0 Index]