ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::visualize::ViewportBounds Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ bottom

float reusex::visualize::ViewportBounds::bottom

Definition at line 20 of file viewport_layout.hpp.

◆ left

float reusex::visualize::ViewportBounds::left

Definition at line 17 of file viewport_layout.hpp.

◆ right

float reusex::visualize::ViewportBounds::right

Definition at line 19 of file viewport_layout.hpp.

◆ top

float reusex::visualize::ViewportBounds::top

Definition at line 18 of file viewport_layout.hpp.


The documentation for this struct was generated from the following file: