Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
tdv::nuitrack::BoundingBox Struct Reference

Stores a bounding box properties. More...

#include <BoundingBox.h>

Public Member Functions

 BoundingBox (float top=0.0, float bottom=1.0, float left=0.0, float right=1.0)
 

Public Attributes

float top
 Position of the top face of the bounding box.
 
float bottom
 Position of the bottom face of the bounding box.
 
float left
 Position of the left face of the bounding box.
 
float right
 Position of the right face of the bounding box.
 

Detailed Description

Stores a bounding box properties.