![]() |
SelphID Cpp SDK API
|
#include <SelphIDFacialConstants.h>
Public Member Functions | |
| Point () | |
| Creates a new instance of Point. | |
| Point (int x, int y) | |
| Creates a new instance of Point. | |
Public Attributes | |
| int | X |
| X coordinate. | |
| int | Y |
| Y coordinate. | |
|
inline |
Creates a new instance of Point.
| x | X coordinate. |
| y | Y coordinate. |