Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Describes a two-dimensional size with a width and a height using double-precision floating-point numbers. More...
#include <CommonTypes.h>
Public Member Functions | |
constexpr | SizeF () |
constexpr | SizeF (double width, double height) |
bool | operator== (const SizeF &other) |
Data Fields | |
double | width |
double | height |
Describes a two-dimensional size with a width and a height using double-precision floating-point numbers.
|
inlineconstexpr |
|
inlineconstexpr |
bool operator== | ( | const SizeF & | other | ) |
double height |
double width |