geodesic.ballstats | R Documentation |
Compute geodesic ball area and perimeter at location defined by geodists for all radii.
geodesic.ballstats(mesh, geodist, sample_at_radii)
mesh |
tmesh3d instance |
geodist |
vector of geodesic distance for current mesh vertex under consideration (no need for the index) |
sample_at_radii |
double vector, the different ball radii for which to perform the computation |
named list with entries: 'ball_area': vector of double, ball area at each sample radius. 'ball_perimeter': vector of double, ball perimeter at each sample radius.
This is called from geodesic.circles
, there should be no need to call it directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.