Frapper
1.0a
|
Data structure for the position and size of a rectangular shape in normalized device coordinates. (specified by its top-left point and its width and height) More...
#include <Helper.h>
Public Attributes | |
float | x |
The normalized x coordinate of the rectangle's top-left point. | |
float | y |
The normalized y coordinate of the rectangle's top-left point. | |
float | w |
The rectangle's normalized width. | |
float | h |
The rectangle's normalized height. | |
Data structure for the position and size of a rectangular shape in normalized device coordinates. (specified by its top-left point and its width and height)
float FaceTrackerNode::RectNDC::x |
The normalized x coordinate of the rectangle's top-left point.
float FaceTrackerNode::RectNDC::y |
The normalized y coordinate of the rectangle's top-left point.
float FaceTrackerNode::RectNDC::w |
The rectangle's normalized width.
float FaceTrackerNode::RectNDC::h |
The rectangle's normalized height.