|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Normalized bounds of a single viewport within a render window. More...
#include <viewport_layout.hpp>
Public Attributes | |
| float | left |
| float | top |
| float | right |
| float | bottom |
Normalized bounds of a single viewport within a render window.
All values are in [0, 1] normalized display coordinates, where (left, top) is one corner and (right, bottom) the opposite corner of the rectangle.
Definition at line 16 of file viewport_layout.hpp.
| float reusex::visualize::ViewportBounds::bottom |
Definition at line 20 of file viewport_layout.hpp.
| float reusex::visualize::ViewportBounds::left |
Definition at line 17 of file viewport_layout.hpp.
| float reusex::visualize::ViewportBounds::right |
Definition at line 19 of file viewport_layout.hpp.
| float reusex::visualize::ViewportBounds::top |
Definition at line 18 of file viewport_layout.hpp.