IDLive Face new C++ API 1.46.0
|
Two-dimensional point. More...
#include <idliveface/base_types.h>
Public Member Functions | |
Point ()=default | |
Creates [0, 0] point. | |
Point (int32_t x, int32_t y) | |
Creates point with the provided coordinates. | |
Public Attributes | |
int32_t | x = 0 |
The x coordinate of the point. | |
int32_t | y = 0 |
The y coordinate of the point. | |
Two-dimensional point.