Mech-Eye API 2.5.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 39 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 41 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 42 of file CommonTypes.h.
|
inline |
Definition at line 43 of file CommonTypes.h.
size_t mmind::eye::Size::height |
Definition at line 46 of file CommonTypes.h.
size_t mmind::eye::Size::width |
Definition at line 45 of file CommonTypes.h.