Mech-Eye API 2.5.0
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 (double width, double height) |
bool | operator== (const SizeF &other) |
Public Attributes | |
double | width |
double | height |
Describes a two-dimensional size with a width and a height using double-precision floating-point numbers.
Definition at line 53 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 55 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 56 of file CommonTypes.h.
double mmind::eye::SizeF::height |
Definition at line 60 of file CommonTypes.h.
double mmind::eye::SizeF::width |
Definition at line 59 of file CommonTypes.h.