Closed JoeStrout closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
6becd9b
) to head (26bdf6b
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
from_points
,union
, andcontains
methods to BBox3D.from_coords
so it take its resolution as a CUE-friendly sequence as well as a Vec3D; also registered it with the builder, so you can actually create one in a CUE file now.union
andcontains
methods to VolumetricIndex as well.