ImFusion SDK 4.3
Box Struct Reference

#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...

Detailed Description

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
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close