get_mesh_bbox: Get Mesh Bounding Box

View source: R/transform_mesh_functions.R

get_mesh_bboxR Documentation

Get Mesh Bounding Box

Description

Calculates the bounding box of a mesh

Usage

get_mesh_bbox(mesh)

Arguments

mesh

The mesh object.

Value

2x3 numeric matrix

Examples

if(rayvertex:::run_documentation()) {
#Calculates the center of the mesh
get_mesh_bbox(generate_cornell_mesh())
}

rayvertex documentation built on July 9, 2023, 5:52 p.m.