Monado OpenXR Runtime
Loading...
Searching...
No Matches
xrt::auxiliary::util::box_iou::Box Struct Reference

2D Box defined by center and size (width and height) More...

#include <util/u_box_iou.hpp>

Collaboration diagram for xrt::auxiliary::util::box_iou::Box:

Public Member Functions

 Box (float cx, float cy, float w, float h)
 
 Box (float cx, float cy, float size)
 
 Box (const xrt_vec2 &center, const float size)
 

Data Fields

float cx
 
float cy
 
float w
 
float h
 

Detailed Description

2D Box defined by center and size (width and height)


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