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

Stores a bounding box properties. More...

Public Member Functions

 BoundingBox (float top, float bottom, float left, float right)
 

Properties

float Top [get, set]
 Position of the top side of the bounding box.
 
float Bottom [get, set]
 Position of the bottom side of the bounding box.
 
float Left [get, set]
 Position of the left side of the bounding box.
 
float Right [get, set]
 Position of the right side of the bounding box.
 

Detailed Description

Stores a bounding box properties.