|
Monado OpenXR Runtime
|
2D Box defined by center and size (width and height) More...
#include <util/u_box_iou.hpp>

Public Member Functions | |
| Box (float cx, float cy, float w, float h) | |
| Box (float cx, float cy, float size) | |
| Box (const xrt_vec2 ¢er, const float size) | |
Data Fields | |
| float | cx |
| float | cy |
| float | w |
| float | h |
2D Box defined by center and size (width and height)