|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <cstddef>#include <tuple>
Go to the source code of this file.
Classes | |
| struct | reusex::visualize::ViewportBounds |
| Normalized bounds of a single viewport within a render window. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::visualize |
Functions | |
| ViewportBounds | reusex::visualize::viewport_bounds (std::size_t index, std::size_t total, float left=0.0f, float top=0.0f, float right=1.0f, float bottom=1.0f, bool split_horizontal=true) |
| Compute the normalized bounds for one viewport in an N-way split layout. | |