7#ifndef SCANBOTSDK_TYPES_H
8#define SCANBOTSDK_TYPES_H
int y
The y-coordinate of the point.
Definition ScanbotSDKTypes.h:26
int width
The width of the rectangle.
Definition ScanbotSDKTypes.h:60
float height
The height of the rectangle.
Definition ScanbotSDKTypes.h:87
int x
The x-coordinate of the point.
Definition ScanbotSDKTypes.h:22
float y
The y-coordinate of the point.
Definition ScanbotSDKTypes.h:41
float x
The x-coordinate of the point.
Definition ScanbotSDKTypes.h:37
int height
The height of the rectangle.
Definition ScanbotSDKTypes.h:64
float width
The width of the rectangle.
Definition ScanbotSDKTypes.h:83
Represents a point with integer coordinates.
Definition ScanbotSDKTypes.h:18
Represents a point with floating point coordinates.
Definition ScanbotSDKTypes.h:33
Represents a rectangle with integer coordinates.
Definition ScanbotSDKTypes.h:48
Represents a rectangle with floating point coordinates.
Definition ScanbotSDKTypes.h:71