scale_area | R Documentation |
Re-scale mesh based on a fixed area
scale_area(mesh, target_area = 1)
mesh |
A triangular mesh of class mesh3d. |
target_area |
The target area of the scaled 3D mesh. Defaults to 1. |
A mesh with area = target_area (1 as default).
Rvcg::vcgArea(mcap)
mcap_scaled <- scale_area(mcap)
Rvcg::vcgArea(mcap_scaled)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.