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. More...
#include <CommonTypes.h>
Public Member Functions | |
constexpr | Size (size_t width, size_t height) |
bool | operator== (const Size &other) |
Public Attributes | |
size_t | width |
size_t | height |
Describes a two-dimensional size with a width and a height.
Definition at line 28 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 30 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 31 of file CommonTypes.h.
|
inline |
Definition at line 32 of file CommonTypes.h.
size_t mmind::eye::Size::height |
Definition at line 35 of file CommonTypes.h.
size_t mmind::eye::Size::width |
Definition at line 34 of file CommonTypes.h.