View source: R/transform_mesh_functions.R
get_mesh_bbox | R Documentation |
Calculates the bounding box of a mesh
get_mesh_bbox(mesh)
mesh |
The mesh object. |
2x3 numeric matrix
if(run_documentation()) {
#Calculates the center of the mesh
get_mesh_bbox(generate_cornell_mesh())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.