Mech-Eye API 2.4.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
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 42 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 44 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 45 of file CommonTypes.h.
double mmind::eye::SizeF::height |
Definition at line 49 of file CommonTypes.h.
double mmind::eye::SizeF::width |
Definition at line 48 of file CommonTypes.h.