![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/BoundingBoxSet.h>
Bounding Box for ML tasks Since bounding boxes are axis aligned by definition, a Box is represented by its center and its extent. More...
Bounding Box for ML tasks Since bounding boxes are axis aligned by definition, a Box is represented by its center and its extent.
This representation allows for easy rotation, augmentation etc.
Public Member Functions | |
| bool | operator== (const Box &other) const |
| bool | operator!= (const Box &other) const |
Public Attributes | |
| vec3 | center |
| vec3 | extent |