| mesh_bbox | R Documentation |
Compute the axis-aligned bounding box of a mesh
mesh_bbox(mesh)
mesh |
A mesh descriptor list with |
A list with min and max (each length-3 numeric).
mesh <- generate_cuboid(c(0, 0, 0), c(1, 2, 3))
bb <- mesh_bbox(mesh)
bb$min
bb$max
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.