Wayverb
boundary_adjust.h
1 #pragma once
2 
3 #include "core/geo/box.h"
4 
5 namespace wayverb {
6 namespace waveguide {
7 
8 core::geo::box compute_adjusted_boundary(const core::geo::box& min_boundary,
9  const glm::vec3& anchor,
10  float cube_side);
11 
12 } // namespace waveguide
13 } // namespace wayverb
Definition: capsule_base.h:9