covered_volume_partitioned: Total volume of union of rectangles using volume hashing

View source: R/covercorr_internal.R

covered_volume_partitionedR Documentation

Total volume of union of rectangles using volume hashing

Description

Total volume of union of rectangles using volume hashing

Usage

covered_volume_partitioned(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.