covered_volume: Total volume of union of rectangles

View source: R/covercorr_internal.R

covered_volumeR Documentation

Total volume of union of rectangles

Description

Total volume of union of rectangles

Usage

covered_volume(zmin, zmax)

Arguments

zmin

n x d matrix of bottomleft coordinates, one row per rectangle

zmax

n x d matrix of topright coordinates, one row per rectangle

Details

This is a wrapper of the C_covered_volume_partitioned function in C

Value

a numeric value of the volume of the union


covercorr documentation built on Aug. 25, 2025, 5:11 p.m.